mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2239] initial localisation support for AOS extension (#988)
* setup i18n for aos extension * translate action names, generic icon * unit tests and bug fixes * use AOS testing with CI
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"build": "npm run build.extensions && npm run build.app -- --prod",
|
||||
"build.e2e": "npm run build.extensions && npm run build.app -- --prod --configuration=e2e",
|
||||
"test": "ng test app --code-coverage",
|
||||
"test:ci": "npm run build.extensions && ng test app --code-coverage --watch=false",
|
||||
"test:ci": "npm run build.extensions && ng test adf-office-services-ext --watch=false && ng test app --code-coverage --watch=false",
|
||||
"lint": "ng lint && npm run spellcheck && npm run format:check",
|
||||
"wd:update": "webdriver-manager update --gecko=false",
|
||||
"e2e": "npm run wd:update && protractor --baseUrl=http://localhost:4000",
|
||||
|
||||
Reference in New Issue
Block a user