1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

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

View File

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