Skip to content

Commit

Permalink
fix(scripts): gulp path (#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
engai authored Jun 29, 2018
1 parent a3e9eb9 commit 2a78a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"scripts": {
"build": "npm run gulp -- build",
"dist": "npm run gulp -- dist",
"gulp": "babel-node ./node_modules/.bin/gulp",
"gulp": "babel-node ./node_modules/gulp/bin/gulp.js",
"lint": "npm run gulp -- lint",
"start": "npm run build && npm run previewer",
"previewer": "babel-node scripts/previewer",
Expand Down

0 comments on commit 2a78a47

Please sign in to comment.