This commit is contained in:
b1ek 2023-03-12 23:54:18 +10:00
parent 289e93cfca
commit 1a5f35bc42
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ else
fi
echo -e "Installing \033[32m$PACKAGES\033[0m"
if [[ APP_DEBUG == 'true' ]]; thenS
if [[ APP_DEBUG == 'true' ]]; then
echo -e "Installing \033[32m$DEV_PGKS\033[0m"
npm i -g $PACKAGES
npm i -g $DEV_PGKS