Skip to content

Commit

Permalink
ci: ad missing build script step
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-cumplido committed Nov 9, 2024
1 parent 66a0037 commit 05dca4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: 22
- run: npm ci
- run: npm run build
- run: node ./build-vsix.mjs
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 05dca4b

Please sign in to comment.