Update nginxproxymanager-install.sh

- set sass-loader version
This commit is contained in:
tteckster 2024-01-19 00:01:21 -05:00 committed by GitHub
parent 435de786c5
commit d2b5fc8344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ 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