Skip to content

Commit

Permalink
feat: complete setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiffGreen committed Jul 20, 2023
1 parent d5ec8d9 commit f03dbd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
publish: pnpm run build
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

- name: Publish to npm
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
dist
.env

0 comments on commit f03dbd5

Please sign in to comment.