mirror of
https://github.com/yewprint/yewprint
synced 2025-02-16 12:08:25 +00:00
Use tar (maybe symlink to bsdtar) for netlify
This commit is contained in:
parent
000e6e5fca
commit
b548eb5c54
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -18,7 +18,7 @@ rm -fR public/.gitignore public/*
|
||||||
cp static/index.html public/
|
cp static/index.html public/
|
||||||
|
|
||||||
# download blueprint css
|
# download blueprint css
|
||||||
bsdtar xOf core.tgz package/lib/css/blueprint.css > public/blueprint.css
|
tar xzOf core.tgz package/lib/css/blueprint.css > public/blueprint.css
|
||||||
|
|
||||||
# build
|
# build
|
||||||
wasm-pack build --no-typescript --target web --out-name wasm --out-dir ./public "${options[@]}" "$@"
|
wasm-pack build --no-typescript --target web --out-name wasm --out-dir ./public "${options[@]}" "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue