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.
package-web
vscode:prepublish
1 parent f03717a commit e5bd4ddCopy full SHA for e5bd4dd
package.json
@@ -80,7 +80,7 @@
80
"scripts": {
81
"package": "vsce package",
82
"publish": "vsce publish",
83
- "vscode:prepublish": "webpack --mode production",
+ "vscode:prepublish": "npm run package-web && webpack --mode production",
84
"compile": "webpack --mode none",
85
"watch": "webpack --mode none --watch",
86
"test": "tsc -p . && cp -r ./test/res ./out/test && node out/test/runTest.js",
0 commit comments