update push script
This commit is contained in:
2
push.sh
2
push.sh
@@ -4,7 +4,7 @@ set -e #kill script if error occurs
|
||||
wasm-pack build --target web --release
|
||||
|
||||
rm -fr tmp | true #delete tmp folder if exists
|
||||
mkdir tmp tmp/pkg tmp/www
|
||||
mkdir tmp tmp/pkg
|
||||
cp -r pkg/integral_site_bg.wasm pkg/integral_site_bg.wasm.d.ts pkg/integral_site.d.ts pkg/integral_site.js tmp/pkg/
|
||||
cp www/bootstrap.js www/index.html www/index.js www/style.css tmp/
|
||||
# mv tmp/www/index.html tmp/
|
||||
|
||||
Reference in New Issue
Block a user