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 cd31c16 commit e4eb5a2Copy full SHA for e4eb5a2
package.json
@@ -37,8 +37,9 @@
37
},
38
"scripts": {
39
"lint": "oxlint",
40
+ "pretest": "npm run lint -- --fix && npm run prepublishOnly",
41
"test": "vitest run --testTimeout=30000",
- "preci": "npm run lint",
42
+ "preci": "npm run lint && npm run prepublishOnly",
43
"ci": "npm run test -- --coverage",
44
"postci": "npm run prepublishOnly",
45
"prepublishOnly": "tshy && tshy-after && attw --pack",
0 commit comments