fix issue with range for #8

Merged
vincent merged 3 commits from dev into master 2019-05-09 14:45:31 +00:00
Showing only changes of commit 01d5f6a185 - 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