|
52 | 52 | "syncPackageJson": "ts-node ./scripts/build/syncPackageJson.ts", |
53 | 53 | "clean": "ts-node ../../scripts/clean.ts dist/ LICENSE NOTICE", |
54 | 54 | "compile": "npm run clean && npm run buildScripts && webpack", |
55 | | - "compileDev": "npm run compile -- --mode development", |
| 55 | + "compileDev": "npm run testCompile && webpack --mode development", |
56 | 56 | "compileOnly": "tsc -p ./", |
57 | 57 | "package": "ts-node ../../scripts/package.ts", |
58 | 58 | "lint": "true", |
59 | 59 | "watch": "npm run clean && npm run buildScripts && tsc -watch -p ./", |
60 | 60 | "testCompile": "npm run clean && npm run buildScripts && npm run compileOnly", |
61 | 61 | "test": "npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts unit dist/test/unit/index.js ../core/dist/src/testFixtures/workspaceFolder", |
62 | 62 | "testE2E": "npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder", |
63 | | - "testWeb": "npm run compileDev && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts web dist/src/extensionWebTest.js ../core/dist/src/testFixtures/workspaceFolder", |
| 63 | + "testWeb": "npm run compileDev && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts web dist/test/web/testRunnerWebCore.js", |
64 | 64 | "webRun": "npx @vscode/test-web --open-devtools --browserOption=--disable-web-security --waitForDebugger=9222 --extensionDevelopmentPath=. .", |
65 | 65 | "webWatch": "npm run clean && npm run buildScripts && webpack --mode development --watch", |
66 | 66 | "serve": "webpack serve --config-name mainServe --mode development", |
|
0 commit comments