Skip to content

Commit eadfbaf

Browse files
committed
f
1 parent e4eb5a2 commit eadfbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"pretest": "npm run lint -- --fix && npm run prepublishOnly",
4141
"test": "vitest run --testTimeout=30000",
4242
"preci": "npm run lint && npm run prepublishOnly",
43-
"ci": "npm run test -- --coverage",
43+
"ci": "vitest run --testTimeout=30000 --coverage",
4444
"postci": "npm run prepublishOnly",
4545
"prepublishOnly": "tshy && tshy-after && attw --pack",
4646
"prepare": "husky"

0 commit comments

Comments
 (0)