Skip to content

Commit

Permalink
👷 Add npmjs CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 26, 2023
1 parent 8d9cd07 commit 0b9927a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ jobs:
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
anchor test
- run: npm run lint:fix && npm publish -w client/sdk/
- run: npm run build -w client/sdk/ && yarn lint --fix && npm publish -w client/sdk/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion client/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicblock-labs/soar-sdk",
"version": "0.1.15",
"version": "0.1.16",
"description": "Sdk bindings for the SOAR smart contract.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0b9927a

Please sign in to comment.