We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f4bb4 commit 2852748Copy full SHA for 2852748
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: cargo fmt --check
25
working-directory: cargo
26
27
- - run: bun wasm-pack build --dev --target node --out-dir ../../packages/snk-js
+ - run: bun wasm-pack build --dev --target nodejs --out-dir ../../packages/snk-js
28
working-directory: cargo/snk-js
29
30
- run: npm run type
0 commit comments