File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ jobs:
131
131
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
132
132
ls node_modules/.bin
133
133
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
134
+ npm run build -w client/sdk/
134
135
anchor test
135
136
136
137
- run : |
137
138
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
138
139
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
139
- npm run build -w client/sdk/
140
140
yarn lint --fix
141
141
npm publish -w client/sdk/
142
142
env:
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ jobs:
130
130
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
131
131
ls node_modules/.bin
132
132
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
133
+ npm run build -w client/sdk/
133
134
anchor test
134
135
135
136
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments