Skip to content

Commit

Permalink
Команда для сборки фронта сделана общей
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Nov 14, 2024
1 parent ed125b2 commit 7d1e872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d1e872

Please sign in to comment.