Skip to content

Commit d0f9be0

Browse files
committed
Generate router types before typechecking
1 parent 423f892 commit d0f9be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsdown && react-router build",
2222
"start": "node dist/index.js",
2323
"release": "npm run build && changeset publish",
24-
"check": "tsc && npm run lint && npm run format && react-router typegen",
24+
"check": "react-router typegen && tsc && npm run lint && npm run format",
2525
"format": "prettier . --check",
2626
"format:fix": "prettier . --write",
2727
"lint": "eslint",

0 commit comments

Comments
 (0)