|
56 | 56 | "main": "./out/src/extension", |
57 | 57 | "scripts": { |
58 | 58 | "verify": "node ./out/build/verify-tools.js", |
59 | | - "vscode:prepublish": "npm run build && node ./out/build/bundle-tools.js && npm prune --production", |
| 59 | + "vscode:prepublish": "npm run build && npm prune --production", |
60 | 60 | "compile": "npm-run-all compile:*", |
61 | 61 | "compile:ext": "tsc -p ./", |
62 | 62 | "compile:views": "webpack --mode production --config src/webview/webpack.config.js", |
|
78 | 78 | "test": "npm run vscode:prepublish && node ./out/build/run-tests.js unit", |
79 | 79 | "test-integration": "npm run vscode:prepublish && node ./out/build/run-tests.js integration", |
80 | 80 | "test:instrument": "shx rm -rf out/src-orig && shx mv out/src out/src-orig && istanbul instrument --complete-copy --embed-source --output out/src out/src-orig", |
81 | | - "test:coverage": "npm run vscode:prepublish && npm run test:instrument && node ./out/build/run-tests.js unit", |
| 81 | + "test:coverage": "npm run build && npm run test:instrument && node ./out/build/run-tests.js unit", |
82 | 82 | "update-deps": "ncu --upgrade --loglevel verbose --packageFile package.json && npm update", |
83 | 83 | "coverage:upload": "codecov -f coverage/coverage-final.json", |
84 | | - "build": "npm run clean && npm run lint && npm run compile", |
| 84 | + "build": "npm run clean && npm run lint && npm run compile && npm run bundle-tools", |
85 | 85 | "smoke-test": "npm run compile:ext && extest setup-and-run out/test/ui/smoke-test.js -o test/ui/settings.json -m test/ui/.mocharc.js" |
86 | 86 | }, |
87 | 87 | "dependencies": { |
|
0 commit comments