Add node_modules/.bin to PATH.

Allows local bins, like gulp, to work.
This commit is contained in:
Jesse McCarthy 2015-11-04 09:17:18 -05:00
parent 232439460f
commit 25fb2b8410

View File

@ -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