summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index 7b6eef9cd..3122e8839 100644
--- a/web/package.json
+++ b/web/package.json
@@ -13,6 +13,7 @@
"@softwarefactory-project/re-ansi": "^0.5.0",
"axios": "^0.26.0",
"broadcast-channel": "^4.5.0",
+ "d3-graphviz": "2.6.1",
"js-yaml": "^3.13.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
@@ -57,7 +58,7 @@
"start:openstack": "REACT_APP_ZUUL_API='https://zuul.openstack.org/api/' react-scripts start",
"start:multi": "REACT_APP_ZUUL_API='https://softwarefactory-project.io/zuul/api/' react-scripts start",
"start": "react-scripts start",
- "build": "react-scripts build",
+ "build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test --env=jsdom --watchAll=false",
"eject": "react-scripts eject",
"lint": "eslint --ext .js --ext .jsx src",