Skip to content

Commit

Permalink
update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis committed Nov 14, 2024
1 parent 18e03ad commit 4e5cab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -14,6 +14,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec
.nyc_output
coverage
jest.config.js
jest.setup.js


# eslint
Expand All @@ -29,6 +30,7 @@ jest.config.js
# babel
babel.config.js
rollup.config.js
jsconfig.js

# gitpod
.gitpod.yml
Expand Down

0 comments on commit 4e5cab2

Please sign in to comment.