mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2755] SSO: Simplify changing alfresco-js-api (#1290)
* include alfresco-js-api * provide update submodules as reset for the submodules
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"build.extensions": "npm run build:aos-extension",
|
||||
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app",
|
||||
"build": "npm run validate-config && npm run build.shared && npm run build.extensions && npm run build.app -- --prod",
|
||||
"build.js-api": "./init-submodules.sh && ./scripts/install-local-js-api.sh && npm run build",
|
||||
"build.e2e": "npm run build.shared && npm run build.extensions && npm run build.app -- --prod --configuration=e2e",
|
||||
"test": "ng test app --code-coverage",
|
||||
"test:ci": "npm run build.shared && npm run build.extensions && ng test adf-office-services-ext --watch=false && ng test app --code-coverage --watch=false",
|
||||
|
||||
Reference in New Issue
Block a user