Skip to content

Commit 72f4bb4

Browse files
committed
/
1 parent 20f5c9d commit 72f4bb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- run: cargo fmt --check
2525
working-directory: cargo
2626

27+
- run: bun wasm-pack build --dev --target node --out-dir ../../packages/snk-js
28+
working-directory: cargo/snk-js
29+
2730
- run: npm run type
2831
- run: npm run lint
2932
- run: bun test

0 commit comments

Comments
 (0)