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 fbffcb5 commit 258ca56Copy full SHA for 258ca56
package.json
@@ -24,7 +24,9 @@
24
"build": "webpack --mode production && yarn lint",
25
"watch": "webpack -w",
26
"lint": "eslint . --ext .ts,.tsx",
27
- "package": "vsce package --yarn",
+ "package_old": "vsce package --yarn",
28
+ "package": "node ./release.js --package",
29
+ "publish": "node ./release.js --publish --vsx-also",
30
"browser": "vscode-test-web --extensionDevelopmentPath=.",
31
"serve": "serve --cors -p 9000"
32
},
0 commit comments