mirror of
https://github.com/swc-project/swc.git
synced 2024-12-02 02:58:48 +03:00
307b6f27a6
**Description:** Requested by https://github.com/marco-ippolito/node/pull/2/files#r1665267733
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 $@ |