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

7 lines
65 B
Bash

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