mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
b129343c94
**Description:** This PR also adds a CI process for each Wasm binding. --------- Co-authored-by: magic-akari <akari.ccino@gmail.com>
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
wasm-pack build --out-name wasm --release --scope=swc --target nodejs
|
|
npx jest $@ |