mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "6f4501c7a31f12804dd5ae35ebd4cf33c8931beb" and "638babe5c3d8076b456b1f968d2e1a76da48ea9c" have entirely different histories.
6f4501c7a3
...
638babe5c3
|
@ -136,7 +136,6 @@ function update_script() {
|
|||
msg_info "Building Frontend"
|
||||
cd ./frontend
|
||||
export NODE_ENV=development
|
||||
yarn add -D sass-loader@10.5.2 &>/dev/null
|
||||
yarn install --network-timeout=30000 &>/dev/null
|
||||
yarn build &>/dev/null
|
||||
cp -r dist/* /app/frontend
|
||||
|
@ -186,5 +185,4 @@ description
|
|||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${APP} should be reachable by going to the following URL.
|
||||
${BL}http://${IP}:81${CL}
|
||||
${RD}Reboot LXC if no GUI${CL}\n"
|
||||
${BL}http://${IP}:81${CL} \n"
|
||||
|
|
|
@ -134,7 +134,6 @@ msg_ok "Set up Enviroment"
|
|||
msg_info "Building Frontend"
|
||||
cd ./frontend
|
||||
export NODE_ENV=development
|
||||
$STD yarn add -D sass-loader@10.5.2
|
||||
$STD yarn install --network-timeout=30000
|
||||
$STD yarn build
|
||||
cp -r dist/* /app/frontend
|
||||
|
|
Loading…
Reference in New Issue