Skip to content

Commit

Permalink
2786: Increase space
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Sep 4, 2024
1 parent 0e19b1f commit 57fc3cc
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 @@ -23,7 +23,7 @@
"scripts": {
"prepare": "husky",
"lint": "eslint --cache --cache-location .eslintcache . && yarn workspace web stylelint && yarn workspace native stylelint",
"lint:ci": "yarn node --max-old-space-size=1536 $(yarn bin eslint) --format junit -o reports/lint/junit-lint.xml .",
"lint:ci": "yarn node --max-old-space-size=1728 $(yarn bin eslint) --format junit -o reports/lint/junit-lint.xml .",
"test": "jest",
"test:changed": "jest -o",
"test:ci": "jest --coverage --ci",
Expand Down

0 comments on commit 57fc3cc

Please sign in to comment.