From 25fb2b8410b105032e0552bd3325784404c904a0 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Wed, 4 Nov 2015 09:17:18 -0500 Subject: [PATCH] Add node_modules/.bin to PATH. Allows local bins, like gulp, to work. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6200021894..84f67b1d48 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ MAKEFLAGS = -j1 export NODE_ENV = test +PATH := node_modules/.bin:$(PATH) + .PHONY: clean test test-cov test-clean test-travis test-browser publish build bootstrap publish-core publish-runtime build-website build-core watch-core build-core-test clean-core prepublish build: clean