Skip to content

Commit c30ec03

Browse files
committed
✨ Add lib build step
1 parent 0ae0821 commit c30ec03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-bolt-crates.yml

+6
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ jobs:
166166
cargo install --path cli --force --locked
167167
bolt build
168168
169+
- name: Generate lib
170+
run: |
171+
cd clients/bolt-sdk
172+
yarn install && yarn build
173+
cd ../..
174+
169175
- name: run tests
170176
run: |
171177
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"

0 commit comments

Comments
 (0)