Merge pull request #2812 from jmm/make-path-node-bins

Add node_modules/.bin to makefile PATH
This commit is contained in:
Sebastian McKenzie 2015-11-04 19:15:45 +00:00
commit f0ec155207

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