This commit is contained in:
mcoder 2026-04-14 19:11:51 +03:30
parent 2f9826b086
commit 7b3ea280af

View File

@ -27,7 +27,7 @@ rm -rf node_modules package-lock.json
# ۵. نصب پکیج‌های NPM و بیلد فرانت‌اند # ۵. نصب پکیج‌های NPM و بیلد فرانت‌اند
echo "[+] Installing NPM dependencies..." echo "[+] Installing NPM dependencies..."
npm config set registry ${NPM_REGISTRY} npm config set registry "http://192.168.1.201:8081/repository/npm-group/"
npm install npm install
echo "[+] Building frontend assets..." echo "[+] Building frontend assets..."