diff --git a/push.sh b/push.sh index 915db5a..0527948 100755 --- a/push.sh +++ b/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/