mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 01:15:53 +00:00
test
This commit is contained in:
@@ -116,10 +116,10 @@ msg_ok "Set up Environment"
|
||||
msg_info "Building Frontend"
|
||||
cd ./frontend
|
||||
export NODE_OPTIONS="--openssl-legacy-provider"
|
||||
rm -f yarn.lock
|
||||
$STD yarn remove node-sass 2>/dev/null || true
|
||||
$STD yarn add -D sass
|
||||
# First install to generate yarn.lock, then swap node-sass for sass
|
||||
$STD yarn install --network-timeout 600000
|
||||
$STD yarn remove node-sass
|
||||
$STD yarn add -D sass
|
||||
$STD yarn build
|
||||
cp -r dist/* /app/frontend
|
||||
cp -r app-images/* /app/frontend/images
|
||||
|
||||
Reference in New Issue
Block a user