Skip to content

Commit

Permalink
Add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaranjo89 committed Nov 1, 2020
1 parent 34571c3 commit 7ec6c42
Show file tree
Hide file tree
Showing 3 changed files with 3,397 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Set release version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
- run: cd sdk && npm version ${RELEASE_VERSION}
- run: cd sdk && npm ci
- run: cd sdk && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
Loading

0 comments on commit 7ec6c42

Please sign in to comment.