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