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