Add build-webapp.sh script.

This commit is contained in:
Thomas E Lackey 2024-08-14 18:39:59 -05:00
parent fc83856e11
commit 5d5e59bf4b

7
build-webapp.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
yarn
LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn build
rm -rf dist/es
mv dist/production "$1"