[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:
Martin Muller
2020-01-06 13:33:39 +01:00
committed by GitHub
parent 4b7cd44001
commit 9007d40a8e
8 changed files with 30 additions and 19 deletions
+1
View File
@@ -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",