We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da3131b + a9e2de3 commit 9b2a440Copy full SHA for 9b2a440
package.json
@@ -43,7 +43,8 @@
43
"lint": "eslint src && flow check",
44
"fix": "eslint --fix src",
45
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
46
- "build": "babel src -d lib --ignore '*.test.js'"
+ "build": "babel src -d lib --ignore '*.test.js'",
47
+ "watch": "babel src -d lib --ignore '*.test.js' --watch"
48
},
49
"jest": {
50
"automock": false,
0 commit comments