|
@@ -7,6 +7,7 @@
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"build-website": "node ./build/website.js && npm run typedoc",
|
|
|
+ "build-website-ci": "node ./build/website.js && npm run typedoc && node ./build/prepare-website-branch.js",
|
|
|
"import-typescript": "node ./build/importTypescript.js",
|
|
|
"playwright-install": "node ./node_modules/playwright/install.js",
|
|
|
"playwright-install-deps": "playwright install-deps",
|
|
@@ -20,8 +21,7 @@
|
|
|
"smoketest": "node ./test/smoke/runner.js",
|
|
|
"test": "node ./test/unit/all.js",
|
|
|
"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"
|
|
|
+ "watch": "tsc -w -p ./src"
|
|
|
},
|
|
|
"typings": "./esm/vs/editor/editor.api.d.ts",
|
|
|
"module": "./esm/vs/editor/editor.main.js",
|