Skip to content

Commit

Permalink
👷 Add build step to publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawidpol committed Dec 12, 2023
1 parent e461c0c commit f264197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.REEDSY_BOT_PERSONAL_ACCESS_TOKEN }}
- name: Post-install
run: npm rebuild && npm run prepare --if-present
- name: Build
run: npm run build
- name: Publish
run: npm publish
env:
Expand Down

0 comments on commit f264197

Please sign in to comment.