jsonpath/wasm/build.sh
2019-03-04 23:07:09 +09:00

12 lines
225 B
Bash
Executable File

#!/bin/bash
set -e
cd ./www && \
rm -rf dist && \
rm -rf node_modules && \
npm install && \
cd .. && \
wasm-pack build --target=$1 && \
cd pkg && npm link && \
cd ../www && npm link jsonpath-wasm