Skip to content

Commit

Permalink
Add release scripts to npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Jun 9, 2023
1 parent fbffcb5 commit 258ca56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"build": "webpack --mode production && yarn lint",
"watch": "webpack -w",
"lint": "eslint . --ext .ts,.tsx",
"package": "vsce package --yarn",
"package_old": "vsce package --yarn",
"package": "node ./release.js --package",
"publish": "node ./release.js --publish --vsx-also",
"browser": "vscode-test-web --extensionDevelopmentPath=.",
"serve": "serve --cors -p 9000"
},
Expand Down

0 comments on commit 258ca56

Please sign in to comment.