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 e4eb5a2 commit eadfbafCopy full SHA for eadfbaf
package.json
@@ -40,7 +40,7 @@
40
"pretest": "npm run lint -- --fix && npm run prepublishOnly",
41
"test": "vitest run --testTimeout=30000",
42
"preci": "npm run lint && npm run prepublishOnly",
43
- "ci": "npm run test -- --coverage",
+ "ci": "vitest run --testTimeout=30000 --coverage",
44
"postci": "npm run prepublishOnly",
45
"prepublishOnly": "tshy && tshy-after && attw --pack",
46
"prepare": "husky"
0 commit comments