laconic-console/build-webapp.sh
Thomas E Lackey 5a09cdd79a Add CI webapp deployment (#57)
Reviewed-on: cerc-io/laconic-console#57
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-08-14 23:48:59 +00:00

8 lines
112 B
Bash
Executable File

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