We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5731fc9 commit 917f034Copy full SHA for 917f034
package.json
@@ -56,7 +56,7 @@
56
"main": "./out/src/extension",
57
"scripts": {
58
"verify": "node ./out/build/verify-tools.js",
59
- "vscode:prepublish": "npm run build && npm prune --production",
+ "vscode:prepublish": "npm run build",
60
"compile": "npm-run-all compile:*",
61
"compile:ext": "tsc -p ./",
62
"compile:views": "webpack --mode production --config src/webview/webpack.config.js",
0 commit comments