Skip to content

Commit

Permalink
🎨 Use npm command bin lookup
Browse files Browse the repository at this point in the history
This way it will look up the bin alias that the gulp dependency defines
for itself.
  • Loading branch information
samccone committed Sep 24, 2015
1 parent 5726b8e commit 84258d4
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 @@ -20,9 +20,9 @@
"web-component-tester": "^3.3.21"
},
"scripts": {
"build": "node_modules/gulp/bin/gulp.js",
"build": "gulp",
"test": "wct",
"test-build": "node_modules/gulp/bin/gulp.js switch && wct && node_modules/gulp/bin/gulp.js restore"
"test-build": "gulp switch && wct && gulp restore"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 84258d4

Please sign in to comment.