From 7d1e872212ff4e1776a326422acb3bbc1158832a Mon Sep 17 00:00:00 2001 From: simba77 Date: Thu, 14 Nov 2024 11:04:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20?= =?UTF-8?q?=D1=84=D1=80=D0=BE=D0=BD=D1=82=D0=B0=20=D1=81=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0=20=D0=BE=D0=B1=D1=89=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 3cfcbe8..394c226 100644 --- a/makefile +++ b/makefile @@ -35,9 +35,9 @@ db-migrate: @echo "Running database migrations" @docker exec -it $$(docker ps -q -f name=${COMPOSE_PROJECT_NAME}.php-fpm) php artisan migrate --force -build-admin: +build-front: @echo "Building admin frontend" - @npm ci && npm run build:admin + @npm ci && npm run build && npm run build:admin restore-db: @echo "Restore database dump from file ${DB_DATABASE}.sql"