mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
901b32fa05
Co-authored-by: rickevry <rickard@rickardnilsson.com>
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run this script from the wasm folder ./scripts/build_nodejs_release.sh
|
|
npx wasm-pack build --scope swc -t nodejs
|