From 103f987504ce79efd27849e9329d2377600f0f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 20 Oct 2016 14:08:28 +0100 Subject: [PATCH] when compiling frontend, use local webpack --- frontend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Makefile b/frontend/Makefile index 35fc320a..6690f4b8 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -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