Skip to content

Commit

Permalink
fix: fix broken npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmaciejewski committed Apr 14, 2022
1 parent 424c388 commit 637b2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Release
run: npm run release
env:
Expand Down

0 comments on commit 637b2c8

Please sign in to comment.