Skip to content

Commit

Permalink
ci: Increase node memory heap limit to prevent ci failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Nov 4, 2021
1 parent 377035b commit 77653ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "env LC_ALL=en_US.UTF8 node scripts/test.js",
"build": "node --max-old-space-size=4096 scripts/build.js",
"test": "LC_ALL=en_US.UTF8 node scripts/test.js",
"test:ci": "CI=true node scripts/test.js",
"lint-staged:typescript": "tsc --jsx react --esModuleInterop --noEmit",
"lint-staged:eslint": "eslint",
Expand Down

0 comments on commit 77653ac

Please sign in to comment.