first work on front events
This commit is contained in:
@@ -48,6 +48,7 @@ if [ -z "$1" ]; then
|
||||
|
||||
composer install
|
||||
php artisan migrate --force
|
||||
php artisan db:seed
|
||||
php artisan optimize
|
||||
|
||||
npm install --no-progress
|
||||
@@ -79,6 +80,7 @@ elif [ "$1" = git-prod ]; then
|
||||
|
||||
composer install
|
||||
php artisan migrate --force
|
||||
php artisan db:seed
|
||||
php artisan optimize
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user