There was an error while loading. Please reload this page.
1 parent 41dc643 commit 10d13ccCopy full SHA for 10d13cc
package.json
@@ -10,6 +10,7 @@
10
"test": "mocha test",
11
"test:debug": "node --inspect --debug-brk mocha test",
12
"build": "babel src --out-dir .",
13
+ "start": "babel src --out-dir . --watch",
14
"preversion": "npm run build && npm test"
15
},
16
"author": "Alex Rattray <rattray.alex@gmail.com> (http://alexrattray.com/)",
0 commit comments