Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 1ccd868

Browse files
committed
chore: add build beta
1 parent 6db5830 commit 1ccd868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
9898
"build-webapp": "rollup -c",
9999
"build": "npm run v:update && rollup -c && vsce package",
100-
"build:beta": "rollup -c && vsce package --pre-release",
100+
"build:beta": "npm run v:update && rollup -c && vsce package --pre-release",
101101
"deploy:minor": "vsce publish minor",
102102
"deploy:major": "vsce publish major",
103103
"deploy:patch": "vsce publish patch",

0 commit comments

Comments
 (0)