Skip to content

Commit 2c578e6

Browse files
committed
build: run typegen after install
1 parent 93ed79d commit 2c578e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"sideEffects": false,
55
"type": "module",
66
"scripts": {
7+
"postinstall": "pnpm run typegen",
78
"build": "react-router build",
89
"dev": "react-router dev",
910
"lint": "eslint --max-warnings 0",

0 commit comments

Comments
 (0)