5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#/bin/bash
|
|
DIRECTORY=$(cd `dirname $0` && pwd)
|
|
npm install --prefix ${DIRECTORY}/client --only=prod
|
|
npm run --prefix ${DIRECTORY}/client build
|