Skip to content

Commit 5d27313

Browse files
committed
fix(ci): correct build command of nightly version
1 parent da0a311 commit 5d27313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extension-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pnpm install
2323

2424
- name: Build
25-
run: pnpm --filter ./extensions/vscode run pack
25+
run: pnpm run build && pnpm --filter volar run pack
2626

2727
- name: Upload Artifact
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)