6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#/bin/bash
|
|
DIRECTORY=$(cd `dirname $0` && pwd)
|
|
cd ${DIRECTORY}/client
|
|
yarn install
|
|
yarn run build
|