Skip to content

Commit

Permalink
Add missing build step to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed May 8, 2024
1 parent d51afb6 commit ee561b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: '20'
- run: npm ci
- run: npm run build
- run: npm test
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit ee561b5

Please sign in to comment.