Skip to content

Commit

Permalink
Assume user has ./node_modules/.bin in their path
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Sep 9, 2016
1 parent 6977510 commit 29eeaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 29eeaac

Please sign in to comment.