mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-23 18:04:45 +00:00
[ACA-3046] Create new folder window - missing 'Name'/'Description' la… (#1421)
* [ACA-3046] Create new folder window - missing 'Name'/'Description' labels * * replaced dot with semi colon * * fixed e2e build
This commit is contained in:
parent
e34962d21f
commit
3ed9dd6b84
@ -35,8 +35,8 @@ jobs:
|
||||
- stage: Quality and Unit tests
|
||||
name: 'Code quality checks'
|
||||
script: npm run lint
|
||||
- name: 'Build'
|
||||
script: npm run build
|
||||
- name: 'Build no animation'
|
||||
script: npm run build.e2e
|
||||
after_success: ./scripts/ci/utils/artifact-to-s3.sh -a ./dist/app -o "$S3_DBP_FOLDER/alfresco-content-app.tar.bz2"
|
||||
- name: 'Unit tests aos'
|
||||
script:
|
||||
|
@ -12,10 +12,10 @@
|
||||
"build.aos": "npm run build:aos-extension",
|
||||
"build.extensions": "npm run build.shared && npm run build.aos",
|
||||
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app",
|
||||
"build": "npm run validate-config && npm run build.app -- --prod --configuration=e2e",
|
||||
"build": "npm run validate-config && npm run build.app -- --prod",
|
||||
"build.js-api": "./scripts/install-local-js-api.sh && npm run build",
|
||||
"build.adf": "./scripts/install-local-adf.sh && npm run build.extensions && npm run build.app",
|
||||
"build.e2e": "npm run build.extensions && npm run build.app -- --prod --configuration=e2e",
|
||||
"build.e2e": "npm run build.app -- --prod --configuration=e2e",
|
||||
"test": "ng test app --code-coverage",
|
||||
"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 e2e.typecheck",
|
||||
|
Loading…
x
Reference in New Issue
Block a user