We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9cd07 commit 0b9927aCopy full SHA for 0b9927a
.github/workflows/publish-sdk.yml
@@ -131,6 +131,6 @@ jobs:
131
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
132
anchor test
133
134
- - 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/
135
env:
136
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
client/sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@magicblock-labs/soar-sdk",
3
- "version": "0.1.15",
+ "version": "0.1.16",
4
"description": "Sdk bindings for the SOAR smart contract.",
5
"repository": {
6
"type": "git",
0 commit comments