fluent-pad/build_app.sh

10 lines
170 B
Bash
Raw Normal View History

2021-03-18 21:10:03 +03:00
#!/bin/sh
(
cd services
./build.sh
)
rm -f app/*.wasm
cp -f services/artifacts/*.wasm app/
echo fldist deploy_app "$@" -i app/app.config.json -o client/src/app.json