mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Move typedoc files to /website/typedoc
This commit is contained in:
parent
33ea399f99
commit
cad7e90951
7 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue