Skip to content

Commit

Permalink
Add make build step
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed Apr 9, 2024
1 parent 6525f9b commit 43773bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run build
- run: make build
- run: make run
- run: npm install -g @vscode/vsce
- run: vsce publish --no-update-package-json "$VSCE_VERSION"
Expand Down

0 comments on commit 43773bd

Please sign in to comment.