From 3a96adb348ad015189346f8a594547dfe3c37575 Mon Sep 17 00:00:00 2001 From: Samuel Rounce Date: Wed, 1 Jun 2016 10:34:50 +0100 Subject: [PATCH] Use local node_modules in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a37c0cc..56e1470 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL := /bin/bash +PATH := ./node_modules/.bin:$(PATH) build: webpack