Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-main authored Feb 13, 2017
1 parent d6bfd6e commit 6947762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6947762

Please sign in to comment.