Skip to content

Commit be33777

Browse files
committed
Throw error in CI/CD if no build found
1 parent 6e68fea commit be33777

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
2525
- run: npm ci
26-
- run: npm run vscode:prepublish vsce-package
26+
- run: npm run vscode:prepublish
27+
- run: npm run vsce-package
2728
- uses: actions/upload-artifact@v4
2829
with:
2930
path: "finecode.vsix"
31+
if-no-files-found: error
3032

0 commit comments

Comments
 (0)