Skip to content

Commit

Permalink
fix npm deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
juunini committed Oct 11, 2023
1 parent f96c799 commit c9de76b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:

- run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
cd dist
npm publish --access public
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
!/package.json
!/dist
!/LICENSE

0 comments on commit c9de76b

Please sign in to comment.