Skip to content

Commit 980a23b

Browse files
committed
Fix 'JavaScript heap out of memory' issues
1 parent b21cfbf commit 980a23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:watch": "karma start --auto-watch --no-single-run",
2727
"update": "jq -r '.dependencies|keys|join(\"\n\")' package.json | grep -v patternfly-timeline | xargs yarn add",
2828
"update-dev": "jq -r '.devDependencies|keys|join(\"\n\")' package.json | xargs yarn add -D",
29-
"vet": "eslint . && sass-lint --verbose --no-exit"
29+
"vet": "NODE_OPTIONS=--max-old-space-size=8192 yarn run eslint . && yarn run sass-lint --verbose --no-exit"
3030
},
3131
"dependencies": {
3232
"@manageiq/font-fabulous": "~1.0.5",

0 commit comments

Comments
 (0)