Skip to content

Commit

Permalink
🐛 actually build the project in ci 🥲
Browse files Browse the repository at this point in the history
  • Loading branch information
flauwekeul committed Aug 17, 2022
1 parent af582c9 commit 8f09aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: HUSKY=0 npm ci
- name: Run tests
run: npm test
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8f09aa4

Please sign in to comment.