Skip to content

Commit

Permalink
Add build watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisekp committed Jun 24, 2016
1 parent c8b7dfb commit 8ef88e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"main": "./lib/notes",
"scripts": {
"build": "cake build"
"build": "cake build",
"build:watch": "nodemon -q -w src -e js,coffee -x npm run -s build"
},
"engines": {
"node": ">= v0.4.7"
Expand Down

0 comments on commit 8ef88e2

Please sign in to comment.