Skip to content

Commit

Permalink
Merge pull request #40 from bob-collective/peter/chore-sdk-fix-publis…
Browse files Browse the repository at this point in the history
…hing-2

revert: add package-lock.json
  • Loading branch information
peterslany authored Oct 12, 2023
2 parents 3efc00f + 004dace commit 08275bf
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 08275bf

Please sign in to comment.