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 860f839 commit 3fa6065Copy full SHA for 3fa6065
package.json
@@ -23,7 +23,7 @@
23
"flow": "if [ ! -e ./.flowconfig ]; then echo \"Could not find .flowconfig\"; else flow; test $? -eq 0 -o $? -eq 2; fi",
24
"lint:fix": "npm run lint -- --fix",
25
"lint": "eslint --config .eslintrc src __tests__ __mocks__ scripts",
26
- "prepublish": "safe-publish-latest && npm run lint && npm run flow && npm run test && npm run build",
+ "prepublish": "safe-publish-latest && npm run lint && npm run flow && npm run jest && npm run build",
27
"pretest": "npm run lint:fix && npm run flow",
28
"test": "npm run jest",
29
"test:ci": "npm run jest -- --ci --runInBand",
0 commit comments