File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "build" : " tsx scripts/build.ts" ,
1010 "lint" : " eslint ." ,
1111 "lint:fix" : " eslint . --fix" ,
12- "publish" : " tsx scripts/publish-obsidian.ts"
12+ "publish" : " tsx scripts/publish-obsidian.ts" ,
13+ "check-types" : " tsc --noEmit --skipLibCheck"
1314 },
1415 "keywords" : [],
1516 "author" : " " ,
Original file line number Diff line number Diff line change 99 "deploy" : " tsx scripts/deploy.ts" ,
1010 "lint" : " eslint ." ,
1111 "lint:fix" : " eslint . --fix" ,
12- "publish" : " tsx scripts/publish.ts"
12+ "publish" : " tsx scripts/publish.ts" ,
13+ "check-types" : " tsc --noEmit --skipLibCheck"
1314 },
1415 "license" : " Apache-2.0" ,
1516 "devDependencies" : {
Original file line number Diff line number Diff line change 1010 "start" : " next start" ,
1111 "lint" : " eslint ." ,
1212 "lint:fix" : " eslint . --fix" ,
13- "check-types" : " tsc --noEmit"
13+ "check-types" : " tsc --noEmit --skipLibCheck "
1414 },
1515 "dependencies" : {
1616 "@repo/types" : " *" ,
Original file line number Diff line number Diff line change 1414 "init" : " supabase login" ,
1515 "dev" : " supabase start && tsx scripts/createEnv.ts && supabase functions serve" ,
1616 "stop" : " supabase stop" ,
17- "check-types" : " npm run lint && supabase stop && npm run dbdiff " ,
17+ "check-types" : " tsc --noEmit --skipLibCheck " ,
1818 "lint" : " eslint . && tsx scripts/lint.ts" ,
1919 "lint:fix" : " tsx scripts/lint.ts -f" ,
2020 "build" : " tsx scripts/build.ts && npm run genenv -- local" ,
Original file line number Diff line number Diff line change 1919 "lint" : " eslint ." ,
2020 "lint:fix" : " eslint . --fix" ,
2121 "generate:component" : " turbo gen react-component" ,
22- "check-types" : " tsc --noEmit" ,
22+ "check-types" : " tsc --noEmit --skipLibCheck " ,
2323 "ui" : " npx shadcn@latest"
2424 },
2525 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments