Добавил команду для установки проекта

This commit is contained in:
Anton Vakhrushev 2019-09-03 22:00:32 +03:00
parent 670ecdfe68
commit 8628125bf5

View File

@ -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/*