7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
BUILD_PATH=$1
|
|
|
|
cd $BUILD_PATH || exit 1
|
|
|
|
yarn install
|
|
yarn build
|