MOBILE-3627 eslint: Increase memory usage

main
Pau Ferrer Ocaña 2021-03-09 15:56:59 +01:00
parent f52e8d2442
commit c48347960c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"test:ci": "NODE_ENV=testing gulp && jest -ci --runInBand --verbose",
"test:watch": "NODE_ENV=testing gulp watch & jest --watch",
"test:coverage": "NODE_ENV=testing gulp && jest --coverage",
"lint": "ng lint",
"lint": "NODE_OPTIONS=--max-old-space-size=4096 ng lint",
"ionic:serve:before": "gulp",
"ionic:serve": "gulp watch & ng serve",
"ionic:build:before": "gulp"