Skip to content

Commit

Permalink
tweak deploy pipeline and include package-lock for ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
loucadufault committed Dec 13, 2021
1 parent 523031c commit 6a12fdf
Show file tree
Hide file tree
Showing 4 changed files with 1,935 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
# - run: npm ci
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/lib/
/node_modules/
package-lock.json
/node_modules/
Loading

0 comments on commit 6a12fdf

Please sign in to comment.