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.
1 parent 3b8fa0a commit 4cf5c58Copy full SHA for 4cf5c58
package.json
@@ -35,8 +35,9 @@
35
"test:watch": "cross-env NODE_ENV=test jest --watch --useStderr",
36
"test:cover": "cross-env NODE_ENV=test jest --coverage --useStderr",
37
"codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
38
- "flow": "flow-typed install jest@22 && flow",
39
- "flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
+ "flow": "flow stop; flow-typed install jest@22 && flow",
+ "flow:watch": "flow stop; watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
40
+ "flow:stop": "flow stop",
41
"lint": "eslint .",
42
"lint:fix": "npm run lint -- --fix",
43
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
0 commit comments