Add build-webapp.sh script.
This commit is contained in:
parent
fc83856e11
commit
5d5e59bf4b
7
build-webapp.sh
Executable file
7
build-webapp.sh
Executable 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"
|
||||
Loading…
Reference in New Issue
Block a user