darkwire.io/build.sh
Alan Friedman ff0bef11ac
Cleanup scripts and readme (#64)
* Cleanup scripts and readme

* Update port
2019-05-12 16:30:03 -04:00

13 lines
266 B
Bash
Executable File

echo "building client..."
cd client
yarn --production=false
REACT_APP_API_HOST=$API_HOST \
REACT_APP_API_PROTOCOL=$API_PROTOCOL \
REACT_APP_API_PORT=$API_PORT \
yarn react-scripts build
cd ../
echo "building server..."
cd server
yarn --production=false
yarn build