File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 },
1111 "scripts" : {
1212 "build" : " react-router build" ,
13- "cf-typegen" : " wrangler types ./types/worker-configuration.d.ts" ,
1413 "deploy" : " npm run build && wrangler deploy" ,
1514 "dev" : " react-router dev" ,
1615 "format" : " prettier --write ." ,
1716 "lint" : " eslint ." ,
18- "postinstall" : " npm run cf- typegen" ,
17+ "postinstall" : " npm run typegen || exit 0 " ,
1918 "preview" : " npm run build && vite preview" ,
20- "typecheck" : " npm run cf-typegen && react-router typegen && tsc -b"
19+ "typegen" : " wrangler types ./types/worker-configuration.d.ts && react-router typegen" ,
20+ "pretypecheck" : " npm run typegen" ,
21+ "typecheck" : " tsc -b"
2122 },
2223 "dependencies" : {
2324 "@cloudflare/workers-oauth-provider" : " ^0.0.11" ,
You can’t perform that action at this time.
0 commit comments