Move typedoc files to /website/typedoc

This commit is contained in:
Alex Dima 2021-11-16 22:35:42 +01:00
parent 33ea399f99
commit cad7e90951
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
7 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
"smoketest-debug": "node ./test/smoke/runner.js --debug-tests",
"smoketest": "node ./test/smoke/runner.js",
"test": "node ./test/unit/all.js",
"typedoc": "cd monaco-editor/typedoc && \"../../node_modules/.bin/typedoc\" --options ./typedoc.json",
"typedoc": "cd website/typedoc && \"../../node_modules/.bin/typedoc\" --options ./typedoc.json",
"watch": "tsc -w -p ./src",
"website": "node ./build/website.js && npm run typedoc && node ./build/prepare-website-branch.js"
},