Merge pull request #2812 from jmm/make-path-node-bins
Add node_modules/.bin to makefile PATH
This commit is contained in:
commit
f0ec155207
2
Makefile
2
Makefile
@ -2,6 +2,8 @@ MAKEFLAGS = -j1
|
|||||||
|
|
||||||
export NODE_ENV = test
|
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
|
.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
|
build: clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user