Compare commits

..

No commits in common. "6f4501c7a31f12804dd5ae35ebd4cf33c8931beb" and "638babe5c3d8076b456b1f968d2e1a76da48ea9c" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -136,7 +136,6 @@ function update_script() {
msg_info "Building Frontend" msg_info "Building Frontend"
cd ./frontend cd ./frontend
export NODE_ENV=development export NODE_ENV=development
yarn add -D sass-loader@10.5.2 &>/dev/null
yarn install --network-timeout=30000 &>/dev/null yarn install --network-timeout=30000 &>/dev/null
yarn build &>/dev/null yarn build &>/dev/null
cp -r dist/* /app/frontend cp -r dist/* /app/frontend
@ -186,5 +185,4 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL. echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:81${CL} ${BL}http://${IP}:81${CL} \n"
${RD}Reboot LXC if no GUI${CL}\n"

View File

@ -134,7 +134,6 @@ msg_ok "Set up Enviroment"
msg_info "Building Frontend" msg_info "Building Frontend"
cd ./frontend cd ./frontend
export NODE_ENV=development export NODE_ENV=development
$STD yarn add -D sass-loader@10.5.2
$STD yarn install --network-timeout=30000 $STD yarn install --network-timeout=30000
$STD yarn build $STD yarn build
cp -r dist/* /app/frontend cp -r dist/* /app/frontend