chainetv_web/deploy_client.sh

5 lines
128 B
Bash
Raw Normal View History

2019-04-26 10:40:07 +00:00
#/bin/bash
DIRECTORY=$(cd `dirname $0` && pwd)
2019-05-14 19:28:44 +00:00
yarn install --cwd ${DIRECTORY}/client
yarn --cwd ${DIRECTORY}/client run build