Skip to content

Commit 8ef88e2

Browse files
committed
Add build watch script
1 parent c8b7dfb commit 8ef88e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"main": "./lib/notes",
1111
"scripts": {
12-
"build": "cake build"
12+
"build": "cake build",
13+
"build:watch": "nodemon -q -w src -e js,coffee -x npm run -s build"
1314
},
1415
"engines": {
1516
"node": ">= v0.4.7"

0 commit comments

Comments
 (0)