From b9cbdefe55d97d2ccf0c6ce3571073acfb8cb644 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jun 2018 18:29:09 +0200 Subject: [PATCH] Delete encore scripts --- makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/makefile b/makefile index b75052e..198a2aa 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -.PHONY: install api-start api-stop front-watch front-build front-build-prod +.PHONY: install api-start api-stop front-build front-run install: composer install; @@ -10,14 +10,8 @@ api-start: api-stop: bin/console server:stop; -front-watch: - ./node_modules/.bin/encore dev --watch; - front-build: - ./node_modules/.bin/encore dev; - -front-build-prod: - ./node_modules/.bin/encore production; + cd client && npm run build; front-run: cd client && npm start; \ No newline at end of file