Skip to content

Commit 917f034

Browse files
committed
Fix jenkins build error
Signed-off-by: Denis Golovin [email protected]
1 parent 5731fc9 commit 917f034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 && npm prune --production",
59+
"vscode:prepublish": "npm run build",
6060
"compile": "npm-run-all compile:*",
6161
"compile:ext": "tsc -p ./",
6262
"compile:views": "webpack --mode production --config src/webview/webpack.config.js",

0 commit comments

Comments
 (0)