Skip to content

Commit 10d13cc

Browse files
committed
Add start script for watching
1 parent 41dc643 commit 10d13cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"test": "mocha test",
1111
"test:debug": "node --inspect --debug-brk mocha test",
1212
"build": "babel src --out-dir .",
13+
"start": "babel src --out-dir . --watch",
1314
"preversion": "npm run build && npm test"
1415
},
1516
"author": "Alex Rattray <rattray.alex@gmail.com> (http://alexrattray.com/)",

0 commit comments

Comments
 (0)