modification script deploi #5

Merged
vincent merged 1 commits from dev into master 2019-05-09 13:51:04 +00:00
Showing only changes of commit 2339bd4b03 - Show all commits

View File

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