change dev packages

This commit is contained in:
b1ek 2023-03-19 16:33:33 +10:00
parent 93829bcef4
commit 90b0d1ccef
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ services:
env_file: ./.env
environment:
APP_PORT: '${APP_PORT}'
APP_DEBUG: true
networks:
- homepage
redis:

View File

@ -1,7 +1,7 @@
#!/bin/bash
PACKAGES="sequelize-cli"
DEV_PGKS="gulp-cli gulper gulp mocha"
PACKAGES="sequelize-cli gulp-cli gulper gulp"
DEV_PGKS="mocha"
if [[ $APP_DEBUG == 'true' ]]; then
yarn install