swc/bindings/binding_core_wasm/scripts/test.sh

6 lines
111 B
Bash
Raw Normal View History

2020-05-07 12:17:57 +03:00
#!/usr/bin/env bash
set -eu
wasm-pack build --out-name wasm --release --scope=swc --target nodejs
2023-01-05 13:48:00 +03:00
npx jest $@