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 423f892 commit d0f9be0Copy full SHA for d0f9be0
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"build": "tsdown && react-router build",
22
"start": "node dist/index.js",
23
"release": "npm run build && changeset publish",
24
- "check": "tsc && npm run lint && npm run format && react-router typegen",
+ "check": "react-router typegen && tsc && npm run lint && npm run format",
25
"format": "prettier . --check",
26
"format:fix": "prettier . --write",
27
"lint": "eslint",
0 commit comments