From 8628125bf50929b411bab8db95dbcacf0d6d564a Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Tue, 3 Sep 2019 22:00:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D1=83=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index dd96e54..f75587f 100644 --- a/Makefile +++ b/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/*