Skip to content

Commit 8b9b939

Browse files
committed
chore: fix ci
1 parent 4cf9b4e commit 8b9b939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"scripts": {
2626
"clean": "del build",
2727
"test": "jest",
28-
"test:ci:": "jest --maxWorkers=2",
28+
"test:ci": "jest --maxWorkers=2",
2929
"test:ci:coverage": "jest --maxWorkers=2 --collectCoverage=true --coverage-provider=v8",
3030
"typecheck": "tsc",
3131
"copy-flowtypes": "cp typings/index.flow.js build",

0 commit comments

Comments
 (0)