Skip to content

Commit e4eb5a2

Browse files
committed
f
1 parent cd31c16 commit e4eb5a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
},
3838
"scripts": {
3939
"lint": "oxlint",
40+
"pretest": "npm run lint -- --fix && npm run prepublishOnly",
4041
"test": "vitest run --testTimeout=30000",
41-
"preci": "npm run lint",
42+
"preci": "npm run lint && npm run prepublishOnly",
4243
"ci": "npm run test -- --coverage",
4344
"postci": "npm run prepublishOnly",
4445
"prepublishOnly": "tshy && tshy-after && attw --pack",

0 commit comments

Comments
 (0)