File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 182182 "bundle-vendor" : " node scripts/bundle-superjson.mjs" ,
183183 "build" : " pnpm run bundle-vendor && tshy && node scripts/bundle-superjson.mjs --copy && pnpm run update-version" ,
184184 "dev" : " pnpm run bundle-vendor && tshy --watch" ,
185- "typecheck" : " pnpm run bundle-vendor && tsc --noEmit -p tsconfig.src.json && tsc --noEmit -p tsconfig.ai-v7.json" ,
185+ "typecheck" : " pnpm run bundle-vendor && tsc --noEmit -p tsconfig.src.json" ,
186+ "typecheck:ai-v7" : " pnpm run bundle-vendor && tsc --noEmit -p tsconfig.ai-v7.json" ,
186187 "pretest" : " pnpm run bundle-vendor" ,
187188 "test" : " vitest" ,
188189 "check-exports" : " attw --pack ."
Original file line number Diff line number Diff line change 6565 "clean" : " rimraf dist .tshy .tshy-build .turbo" ,
6666 "build" : " tshy && pnpm run update-version" ,
6767 "dev" : " tshy --watch" ,
68- "typecheck" : " tsc --noEmit && tsc --noEmit -p tsconfig.ai-v7.json" ,
68+ "typecheck" : " tsc --noEmit" ,
69+ "typecheck:ai-v7" : " tsc --noEmit -p tsconfig.ai-v7.json" ,
6970 "test" : " vitest" ,
7071 "update-version" : " tsx ../../scripts/updateVersion.ts" ,
7172 "check-exports" : " attw --pack ."
You can’t perform that action at this time.
0 commit comments