when compiling frontend, use local webpack

This commit is contained in:
Sérgio Ramos 2016-10-20 14:08:28 +01:00
parent 27adabd4f2
commit 103f987504
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ install:
.PHONY: compile
compile: install
NODE_ENV=production webpack --config webpack/index.js
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js