Skip to content

Commit

Permalink
misc:
Browse files Browse the repository at this point in the history
  • Loading branch information
seofernando25 committed May 13, 2024
1 parent 8622cd2 commit 9a46fa9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3,262 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

name: Node.js Package


on:
workflow_dispatch:

Expand All @@ -15,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci && npm run build
- run: npm install && npm run build

publish-npm:
needs: build
Expand All @@ -26,7 +25,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci && npm run build
- run: npm install && npm run build
- run: npm publish
env:
NODE_AUTH_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 @@
dist
node_modules
node_modules
*-lock.*
Loading

0 comments on commit 9a46fa9

Please sign in to comment.