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