mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-1390] add spellcheck for the typescript code (#363)
* add spellcheck for the typescript code * update CI config * update spellcheck rules * update spellcheck config and code * run spellcheck for e2e tests * disable e2e test * disable cypress for now
This commit is contained in:
committed by
Cilibiu Bogdan
parent
bda89943a8
commit
829b421108
+3
-1
@@ -24,7 +24,8 @@
|
||||
"e2e:all": "npm run start:docker && npm run cypress:ci && npm run e2e && npm run stop:docker",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:run": "cypress run",
|
||||
"cypress:ci": "cypress run --browser chrome --config baseUrl=http://localhost:3000"
|
||||
"cypress:ci": "cypress run --browser chrome --config baseUrl=http://localhost:3000",
|
||||
"spellcheck": "cspell 'src/**/*.ts' 'e2e/**/*.ts'"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -49,6 +50,7 @@
|
||||
"@ngx-translate/core": "9.1.1",
|
||||
"alfresco-js-api": "2.4.0-31a7fc6e5d58dc8bf202ef9a80bc993c9f48fe18",
|
||||
"core-js": "2.5.3",
|
||||
"cspell": "^2.1.12",
|
||||
"hammerjs": "2.0.8",
|
||||
"moment-es6": "1.0.0",
|
||||
"pdfjs-dist": "2.0.303",
|
||||
|
||||
Reference in New Issue
Block a user