Skip to content

Commit

Permalink
fix: Remove --pre-release (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Nov 18, 2024
1 parent aeed7ad commit a7015ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,7 @@
"build-release": "npm run build && npm run package-extension",
"build-website": "cd website && npm i && npm run build-site",
"gen-docs": "npm --if-present run gen-docs",
"package-extension": "vsce package --pre-release -o ./build",
"package-extension": "vsce package -o ./build",
"prettier:check": "prettier . -c",
"prettier:fix": "npm run prettier:check -- -w",
"prettier:fix-schema": "prettier -w \"**/*.schema.json\"",
Expand Down

0 comments on commit a7015ed

Please sign in to comment.