Skip to content

Commit

Permalink
Fix 'JavaScript heap out of memory' issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Oct 8, 2021
1 parent b21cfbf commit 980a23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "karma start --auto-watch --no-single-run",
"update": "jq -r '.dependencies|keys|join(\"\n\")' package.json | grep -v patternfly-timeline | xargs yarn add",
"update-dev": "jq -r '.devDependencies|keys|join(\"\n\")' package.json | xargs yarn add -D",
"vet": "eslint . && sass-lint --verbose --no-exit"
"vet": "NODE_OPTIONS=--max-old-space-size=8192 yarn run eslint . && yarn run sass-lint --verbose --no-exit"
},
"dependencies": {
"@manageiq/font-fabulous": "~1.0.5",
Expand Down

0 comments on commit 980a23b

Please sign in to comment.