production #6

Merged
vincent merged 1 commits from script_deploy into master 2019-05-09 13:59:55 +00:00
Showing only changes of commit 3d5f6a35b4 - Show all commits

View File

@ -1,4 +1,4 @@
#/bin/bash
DIRECTORY=$(cd `dirname $0` && pwd)
npm install --prefix ${DIRECTORY}/client --only=prod
npm install --prefix ${DIRECTORY}/client --production
npm run --prefix ${DIRECTORY}/client build