Skip to content

Commit f576bb4

Browse files
committed
adds "build" and "watch" commands to package.json
This allows us to run Gulp from the local `node_modules` directory and provides a consistent interface for running project-level tasks.
1 parent 9630ee8 commit f576bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"htmlclean": "^3.0.2"
3737
},
3838
"scripts": {
39+
"build": "gulp",
40+
"watch": "gulp watch",
3941
"test": "echo \"Error: no test specified\" && exit 1"
4042
},
4143
"license": "MIT"

0 commit comments

Comments
 (0)