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 25
25
],
26
26
"scripts" : {
27
27
"preinstall" : " npx only-allow pnpm" ,
28
- "build" : " pnpm patch-openapi && npx next telemetry disable && rm -rf .next && pnpm build-dev && NODE_OPTIONS='--max_old_space_size=8000' next build && pnpm generate-openapi" ,
29
- "build-dev" : " pnpm patch-openapi && rm -rf dist && pnpm software && ../node_modules/.bin/tsc --build tsconfig-dist.json && pnpm generate-openapi" ,
28
+ "build" : " pnpm patch-openapi && pnpm exec next telemetry disable && rm -rf .next && pnpm build-dev && NODE_OPTIONS='--max_old_space_size=8000' next build && pnpm generate-openapi" ,
29
+ "build-dev" : " pnpm patch-openapi && pnpm exec next telemetry disable && rm -rf dist && pnpm software && ../node_modules/.bin/tsc --build tsconfig-dist.json && pnpm generate-openapi" ,
30
30
"tsc" : " ../node_modules/.bin/tsc --build tsconfig-dist.json -w --pretty --preserveWatchOutput " ,
31
31
"software" : " bash ./software-inventory/setup.sh" ,
32
32
"build-deps" : " cd ../backend && pnpm build && cd ../util && pnpm build" ,
Original file line number Diff line number Diff line change 22
22
"outDir" : " dist" ,
23
23
"baseUrl" : " ." ,
24
24
"incremental" : true ,
25
- "target" : " es5 "
25
+ "target" : " es2020 "
26
26
},
27
27
"include" : [
28
28
" next-env.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"allowJs" : true ,
4
- "checkJs" : false ,
5
4
"composite" : true ,
6
5
"declaration" : true ,
7
6
"downlevelIteration" : true ,
You can’t perform that action at this time.
0 commit comments