fix typo
This commit is contained in:
parent
289e93cfca
commit
1a5f35bc42
2
install
2
install
|
@ -19,7 +19,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "Installing \033[32m$PACKAGES\033[0m"
|
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"
|
echo -e "Installing \033[32m$DEV_PGKS\033[0m"
|
||||||
npm i -g $PACKAGES
|
npm i -g $PACKAGES
|
||||||
npm i -g $DEV_PGKS
|
npm i -g $DEV_PGKS
|
||||||
|
|
Loading…
Reference in New Issue