File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 "lint" : " eslint --cache --cache-location ./node_modules/.cache/eslint ." ,
1515 "start" : " cross-env NODE_ENV=production node --max-old-space-size=8192 ./build/server.js" ,
1616 "start:local" : " cross-env node --max-old-space-size=8192 ./build/server.js" ,
17- "typecheck" : " tsc -p ./tsconfig.check.json" ,
17+ "typecheck" : " tsc --noEmit - p ./tsconfig.check.json" ,
1818 "db:seed" : " node prisma/seed.js" ,
1919 "db:seed:local" : " ts-node prisma/seed.ts" ,
2020 "build:db:populate" : " esbuild --platform=node --bundle --minify --format=cjs ./prisma/populate.ts --outdir=prisma" ,
259259 "engines" : {
260260 "node" : " >=16.0.0"
261261 }
262- }
262+ }
Original file line number Diff line number Diff line change 55 "paths" : {
66 "~/*" : [" ./app/*" ],
77 "@/*" : [" ./*" ]
8- }
8+ },
9+ "customConditions" : []
910 }
1011}
You can’t perform that action at this time.
0 commit comments