SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- cd ..
- for folder in *; do
- if [ -d ${folder} ]; then
- if [[ ${folder} != "script" && $folder != "app-base" ]]; then
- printf "Building \e[44m$folder development\e[49m\n"
- cd $folder
- rm .env
- rm .env.production
- mv .env.development .env
- yarn build
- printf "\e[42mBuild Complete !\e[49m\n"
- cd ..
- fi
- fi
- done
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.