Добавил команду для установки проекта
This commit is contained in:
8
Makefile
8
Makefile
@ -1,9 +1,17 @@
|
||||
install: build-docker install-php-deps install-js-deps
|
||||
|
||||
build-docker:
|
||||
./tools/build-docker
|
||||
|
||||
clean-dev:
|
||||
rm -rf ./output_dev/*
|
||||
|
||||
install-php-deps:
|
||||
tools/composer install -n
|
||||
|
||||
install-js-deps:
|
||||
tools/npm ci
|
||||
|
||||
clean-prod:
|
||||
rm -rf ./output_prod/*
|
||||
|
||||
|
Reference in New Issue
Block a user