Skip to content

Commit

Permalink
adds "build" and "watch" commands to package.json
Browse files Browse the repository at this point in the history
This allows us to run Gulp from the local `node_modules` directory and
provides a consistent interface for running project-level tasks.
  • Loading branch information
allanlasser committed Jul 17, 2017
1 parent 9630ee8 commit f576bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"htmlclean": "^3.0.2"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
Expand Down

0 comments on commit f576bb4

Please sign in to comment.