Skip to content

Commit 9b2a440

Browse files
authored
Merge pull request #38 from dunglas/watch
Add a watch script
2 parents da3131b + a9e2de3 commit 9b2a440

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"lint": "eslint src && flow check",
4444
"fix": "eslint --fix src",
4545
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
46-
"build": "babel src -d lib --ignore '*.test.js'"
46+
"build": "babel src -d lib --ignore '*.test.js'",
47+
"watch": "babel src -d lib --ignore '*.test.js' --watch"
4748
},
4849
"jest": {
4950
"automock": false,

0 commit comments

Comments
 (0)