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

Commit 81a5162

Browse files
committed
chore: use build beta on packaging
1 parent a06f5b0 commit 81a5162

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-BETA.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
npm ci
6565
npm install -g @vscode/vsce ovsx
6666
- name: Compile VSIX
67-
run: npm run build
67+
run: npm run build:beta
6868
- name: Publish VSCE Marketplace
6969
run: vsce publish --pat ${{ secrets.VSCE_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}') --pre-release
7070
- name: Publish OpenVSX Registry

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
9898
"build-webapp": "rollup -c",
9999
"build": "rollup -c && vsce package",
100+
"build:beta": "rollup -c && vsce package --pre-release",
100101
"deploy:minor": "vsce publish minor",
101102
"deploy:major": "vsce publish major",
102103
"deploy:patch": "vsce publish patch",

0 commit comments

Comments
 (0)