Skip to content

Commit

Permalink
chore(build): fix missing npm make build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayat Rahman committed Apr 4, 2022
1 parent 6da6220 commit 86d379e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- run: npm run typecheck
- run: npm run test
- run: npm run package
- run: npm run make
# - name: Generate Changelog
# id: changelog
# uses: mindsers/changelog-reader-action@v2
Expand Down

0 comments on commit 86d379e

Please sign in to comment.