Skip to content

Commit

Permalink
revert: add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peterslany committed Oct 12, 2023
1 parent 3efc00f commit 004dace
Show file tree
Hide file tree
Showing 3 changed files with 2,797 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm ci
- run: npm test
continue-on-error: true
- run: npm build
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
1 change: 0 additions & 1 deletion sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
dist

package-lock.json
pnpm-lock.yaml
Loading

0 comments on commit 004dace

Please sign in to comment.