Skip to content

Commit

Permalink
feat: update commands to install blog be
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 8, 2024
1 parent d8b7c87 commit 43d7bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ build_admin() {
echo '⚙ Building blog ADMIN/API (Laravel)...'

if [ "$1" == "install" ]; then
COMPOSER_COMMAND="install"
COMPOSER_COMMAND="install --no-dev"
else
COMPOSER_COMMAND="update"
fi
Expand All @@ -111,6 +111,7 @@ build_admin() {
php artisan config:cache
php artisan route:cache
php artisan optimize:clear
php artisan migrate --force

echo ''
}
Expand Down

0 comments on commit 43d7bde

Please # to comment.