diff --git a/Makefile b/Makefile index 8e3cea38..ddefad28 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ dev d: setup: clean yarn --pure-lockfile -build: setup +build: test -f .env && export eval `cat .env` || true && NODE_ENV=production ./node_modules/.bin/gulp build docker: