Skip to content

Commit

Permalink
ci: add prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Jun 16, 2023
1 parent b3011ef commit 7eb6373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Install dependencies
run: nci

# Used to build the package
- name: Prepare
run: nr dev:prepare

- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 7eb6373

Please sign in to comment.