system-praktyk-front/.build/build.sh
2020-06-07 18:32:16 +02:00

7 lines
65 B
Bash
Executable File

BUILD_PATH=$1
cd $BUILD_PATH || exit 1
yarn install
yarn build