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