Thomas E Lackey
5a09cdd79a
Reviewed-on: #57 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
8 lines
112 B
Bash
Executable File
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"
|