Skip to content

Commit

Permalink
dont compile wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-gaurav committed Jul 19, 2020
1 parent 827ec16 commit 8b93e55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ set -e
curl https://sh.rustup.rs -sSf | sh -s - --default-toolchain stable -y
source ~/.cargo/env

cargo install wasm-pack
ls -l
tar -zxvf wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz
export PATH="$PATH:$PWD/wasm-pack-v0.9.1-x86_64-unknown-linux-musl"

npm run build

Expand Down

0 comments on commit 8b93e55

Please sign in to comment.