Skip to content

Commit 0b9927a

Browse files
committed
👷 Add npmjs CI/CD
1 parent 8d9cd07 commit 0b9927a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
132132
anchor test
133133
134-
- run: npm run lint:fix && npm publish -w client/sdk/
134+
- run: npm run build -w client/sdk/ && yarn lint --fix && npm publish -w client/sdk/
135135
env:
136136
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

client/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicblock-labs/soar-sdk",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Sdk bindings for the SOAR smart contract.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)