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 4cf9b4e commit 8b9b939Copy full SHA for 8b9b939
package.json
@@ -25,7 +25,7 @@
25
"scripts": {
26
"clean": "del build",
27
"test": "jest",
28
- "test:ci:": "jest --maxWorkers=2",
+ "test:ci": "jest --maxWorkers=2",
29
"test:ci:coverage": "jest --maxWorkers=2 --collectCoverage=true --coverage-provider=v8",
30
"typecheck": "tsc",
31
"copy-flowtypes": "cp typings/index.flow.js build",
0 commit comments