mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Build command for netlify
This commit is contained in:
parent
f62bc1e4c5
commit
29a9dd759a
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "./build.sh"
|
||||
command = "export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y --no-install-recommends bsdtar curl build-essential ca-certificates && curl -sSL https://sh.rustup.rs | sh -s -- -q -y && export PATH=$HOME/.cargo/bin:$PATH && curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz | tar xzO wasm-pack-v0.9.1-x86_64-unknown-linux-musl/wasm-pack > /usr/local/bin/wasm-pack && chmod +x /usr/local/bin/wasm-pack && ./build.sh"
|
||||
|
|
Loading…
Reference in a new issue