Refactoring install actions

This commit is contained in:
2024-12-25 11:26:45 +03:00
parent e4b27c55bf
commit 786efb4503
11 changed files with 7544 additions and 16766 deletions

View File

@ -10,16 +10,6 @@ ifeq ($(TARGET), prod)
APP_NPM_BUILD_CMD := build-prod
endif
# Installation
install: build-docker install-php-deps install-js-deps
install-php-deps:
./tools/composer install --no-interaction
install-js-deps:
./tools/npm ci
# Building
clean: