Skip to content

Commit 79d5f1c

Browse files
committed
Update npm build command
Signed-off-by: Denis Golovin [email protected]
1 parent bdf4cdf commit 79d5f1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"main": "./out/src/extension",
5757
"scripts": {
5858
"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",
6060
"compile": "npm-run-all compile:*",
6161
"compile:ext": "tsc -p ./",
6262
"compile:views": "webpack --mode production --config src/webview/webpack.config.js",
@@ -78,10 +78,10 @@
7878
"test": "npm run vscode:prepublish && node ./out/build/run-tests.js unit",
7979
"test-integration": "npm run vscode:prepublish && node ./out/build/run-tests.js integration",
8080
"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",
8282
"update-deps": "ncu --upgrade --loglevel verbose --packageFile package.json && npm update",
8383
"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",
8585
"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"
8686
},
8787
"dependencies": {

0 commit comments

Comments
 (0)