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 2525 ],
2626 "scripts" : {
2727 "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" ,
3030 "tsc" : " ../node_modules/.bin/tsc --build tsconfig-dist.json -w --pretty --preserveWatchOutput " ,
3131 "software" : " bash ./software-inventory/setup.sh" ,
3232 "build-deps" : " cd ../backend && pnpm build && cd ../util && pnpm build" ,
Original file line number Diff line number Diff line change 2222 "outDir" : " dist" ,
2323 "baseUrl" : " ." ,
2424 "incremental" : true ,
25- "target" : " es5 "
25+ "target" : " es2020 "
2626 },
2727 "include" : [
2828 " next-env.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "allowJs" : true ,
4- "checkJs" : false ,
54 "composite" : true ,
65 "declaration" : true ,
76 "downlevelIteration" : true ,
You can’t perform that action at this time.
0 commit comments