Skip to content

Commit 258ca56

Browse files
committed
Add release scripts to npm run
1 parent fbffcb5 commit 258ca56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"build": "webpack --mode production && yarn lint",
2525
"watch": "webpack -w",
2626
"lint": "eslint . --ext .ts,.tsx",
27-
"package": "vsce package --yarn",
27+
"package_old": "vsce package --yarn",
28+
"package": "node ./release.js --package",
29+
"publish": "node ./release.js --publish --vsx-also",
2830
"browser": "vscode-test-web --extensionDevelopmentPath=.",
2931
"serve": "serve --cors -p 9000"
3032
},

0 commit comments

Comments
 (0)