Skip to content

Commit dbc0448

Browse files
committed
Merge branch 'main' into kg-update-tsconfig
2 parents a40b48e + f05972a commit dbc0448

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
@@ -23,7 +23,7 @@
2323
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check --quiet",
2424
"prepublishOnly": "npm run build",
2525
"setup": "npm install",
26-
"test": "npm run lint && npm run unit && npm run doc",
26+
"test": "npm run build && npm run fix && npm run lint && npm run unit && npm run doc",
2727
"unit": "node --test --import tsx test/*.test.ts",
2828
"update": "npm-check-updates -u && npm install"
2929
},

0 commit comments

Comments
 (0)