From 6a9b52ee90eda26cd768f8c8c889d2634ce41112 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Mon, 18 Jan 2016 13:46:26 -0500 Subject: [PATCH] Revert "Add node_modules/.bin to PATH." This reverts commit 25fb2b8410b105032e0552bd3325784404c904a0. This didn't work as intended. Now it's cruft / misleading. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 99bc345dae..e80fa9082f 100644 --- a/Makefile +++ b/Makefile @@ -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