mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 13:55:47 +00:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
@build:
|
|
rm -rf out
|
|
wasm-pack build --release --target nodejs --out-dir out
|
|
rm -f out/package.json
|
|
|
|
@package:
|
|
npm run compile
|
|
npm run package
|
|
|
|
@publish:
|
|
npm run publish
|