Skip to content

Commit

Permalink
Don't install -r when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Jul 16, 2024
1 parent e1868ca commit 80e9975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- run: pnpm i -r
- run: pnpm i
- run: npm run ci
- run: npm publish --access public --provenance
env:
Expand Down

0 comments on commit 80e9975

Please sign in to comment.