From 29eeaac506330ff8c449c5201d74c6df96736442 Mon Sep 17 00:00:00 2001 From: QWp6t Date: Fri, 9 Sep 2016 04:32:21 -0700 Subject: [PATCH] Assume user has `./node_modules/.bin` in their path --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8dcf996736..98c9b780cc 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "build": "webpack --progress --config assets/build/webpack.config.js", "build:production": "npm run build -s -- -p", "start": "npm run build -s -- --watch", - "clean": "node node_modules/rimraf/bin.js dist", - "lint": "node node_modules/eslint/bin/eslint.js assets/scripts assets/build", + "clean": "rimraf dist", + "lint": "eslint assets/scripts assets/build", "test": "npm run lint -s" }, "engines": {