chainetv_web/deploy_client.sh

5 lines
144 B
Bash
Raw Normal View History

2019-04-26 10:40:07 +00:00
#/bin/bash
DIRECTORY=$(cd `dirname $0` && pwd)
2019-05-09 13:58:54 +00:00
npm install --prefix ${DIRECTORY}/client --production
2019-04-26 10:40:07 +00:00
npm run --prefix ${DIRECTORY}/client build