Skip to content

Commit

Permalink
Clean up devDependencies and scripts on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Oct 10, 2024
1 parent cdc1e9d commit 251889d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cache: pnpm
- run: pnpm i -r
- run: npm run ci
- run: npm pkg delete devDependencies scripts
- run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 251889d

Please sign in to comment.