Skip to content

Commit

Permalink
Clean up devDependencies before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Nov 6, 2024
1 parent 965f01c commit 76e2d9e
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 @@ -31,6 +31,7 @@ jobs:
publish_dir: docs
publish_branch: gh-pages
destination_dir: docs
- run: npm pkg delete devDependencies scripts packageManager
- run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 76e2d9e

Please sign in to comment.