Skip to content

Commit

Permalink
build(node): increase node old-space-size (#4803)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakru-r committed Dec 24, 2024
1 parent 5afd2e1 commit ea262cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"analyze": "source-map-explorer 'dist/assets/*.js'",
"start": "yarn run generate && vite",
"ec2-dev": "yarn run generate && CI=true;export CI;vite",
"build": "yarn run generate && NODE_OPTIONS='--max-old-space-size=4096 --openssl-legacy-provider' CI=false vite build",
"build": "yarn run generate && NODE_OPTIONS='--max-old-space-size=5072 --openssl-legacy-provider' CI=false vite build",
"test": "vitest run --coverage",
"generate": "graphql-codegen --config codegen.yml",
"lint": "eslint . --ext .ts,.tsx --quiet && yarn format-check && yarn type-check",
Expand Down

0 comments on commit ea262cc

Please sign in to comment.