add missing linting for aca-content (#2910)

* add missing linting for aca-content

* improve node options for lint run
This commit is contained in:
Denys Vuika
2023-01-17 13:46:51 +00:00
committed by GitHub
parent 97178aa9d0
commit 073deda1c8
3 changed files with 134 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"build.release": "npm run build -- --configuration=production,release",
"test": "ng test",
"test:ci": "ng test adf-office-services-ext && ng test content-ce --code-coverage",
"lint": "ng lint && npm run spellcheck && npm run e2e.typecheck",
"lint": "NODE_OPTIONS=--max_old_space_size=4096 ng lint && npm run spellcheck && npm run e2e.typecheck",
"update-webdriver": "./scripts/update-webdriver.sh",
"e2e.typecheck": "tsc -p ./e2e/tsconfig.e2e.typecheck.json",
"e2e": "npm run update-webdriver && protractor $SUITE",