mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +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/
|
||||
|
||||
# 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
|
||||
wasm-pack build --no-typescript --target web --out-name wasm --out-dir ./public "${options[@]}" "$@"
|
||||
|
|
Loading…
Reference in a new issue