Revert "Add node_modules/.bin to PATH."

This reverts commit 25fb2b8410.

This didn't work as intended. Now it's cruft / misleading.
This commit is contained in:
Jesse McCarthy
2016-01-18 13:46:26 -05:00
parent f957ebde39
commit 6a9b52ee90

View File

@@ -2,8 +2,6 @@ MAKEFLAGS = -j1
export NODE_ENV = test
PATH := node_modules/.bin:$(PATH)
.PHONY: clean test test-only test-cov test-clean test-travis publish build bootstrap publish-core publish-runtime build-website build-core watch-core build-core-test clean-core prepublish
build: clean