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 14
14
"lint" : " eslint --cache --cache-location ./node_modules/.cache/eslint ." ,
15
15
"start" : " cross-env NODE_ENV=production node --max-old-space-size=8192 ./build/server.js" ,
16
16
"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" ,
18
18
"db:seed" : " node prisma/seed.js" ,
19
19
"db:seed:local" : " ts-node prisma/seed.ts" ,
20
20
"build:db:populate" : " esbuild --platform=node --bundle --minify --format=cjs ./prisma/populate.ts --outdir=prisma" ,
259
259
"engines" : {
260
260
"node" : " >=16.0.0"
261
261
}
262
- }
262
+ }
Original file line number Diff line number Diff line change 5
5
"paths" : {
6
6
"~/*" : [" ./app/*" ],
7
7
"@/*" : [" ./*" ]
8
- }
8
+ },
9
+ "customConditions" : []
9
10
}
10
11
}
You can’t perform that action at this time.
0 commit comments