From 9ea64e097341b2a9c8fa32cbd6f76cf1b65f49d4 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Mon, 18 Jan 2016 12:55:20 -0500 Subject: [PATCH] Delete unneccessary `node` command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e80fa9082f..0b47a0baa3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ watch: clean node_modules/.bin/gulp watch lint: - node node_modules/.bin/eslint packages/*/src + node_modules/.bin/eslint packages/*/src clean: test-clean rm -rf packages/babel-polyfill/browser*