1
0
mirror of https://github.com/fluencelabs/jsonpath synced 2025-04-07 01:11:03 +00:00

12 lines
225 B
Bash
Raw Normal View History

2019-03-03 00:33:27 +09:00
#!/bin/bash
set -e
cd ./www && \
rm -rf dist && \
rm -rf node_modules && \
npm install && \
cd .. && \
2019-03-04 23:07:09 +09:00
wasm-pack build --target=$1 && \
cd pkg && npm link && \
cd ../www && npm link jsonpath-wasm