File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 "dev" : " next dev --turbopack" ,
77 "build" : " next build --turbopack" ,
88 "start" : " next start" ,
9- "lint" : " next lint" ,
109 "typecheck" : " tsc --noEmit"
1110 },
1211 "dependencies" : {
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "dev" : " next dev" ,
77 "build" : " next build" ,
8- "start" : " next start" ,
9- "lint" : " next lint"
8+ "start" : " next start"
109 },
1110 "dependencies" : {
1211 "@hookform/resolvers" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 55 "build" : " turbo run build" ,
66 "dev" : " turbo run dev" ,
77 "start" : " turbo run start" ,
8- "lint" : " turbo run" ,
8+ "lint" : " npx ultracite@latest lint" ,
9+ "format" : " npx ultracite@latest format" ,
910 "check-types" : " turbo run check-types" ,
1011 "generate-db" : " turbo run generate --filter=@databuddy/db" ,
1112 "db:studio" : " cd packages/db && bun run db:studio" ,
You can’t perform that action at this time.
0 commit comments