mirror of
https://github.com/fluencelabs/fluent-pad
synced 2025-04-25 08:52:14 +00:00
10 lines
170 B
Bash
10 lines
170 B
Bash
|
#!/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
|