mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* use latest ACS com * add workaround for REPO-4772 * due to the workaround done for REPO-4772, files now have an initial version set to MAJOR 1.0 * add workaround for REPO-4772 for bulk create files * Get ACS log if something goes wrong * wait for the dialog to close only in specific cases * Import Custom Model into ACS. Update proxy to work with Share.
14 lines
353 B
Bash
Executable File
14 lines
353 B
Bash
Executable File
npm run build.e2e -- --base-href ./
|
|
|
|
node -e "
|
|
const fs = require('fs');
|
|
const config = require('./dist/app/app.config.json');
|
|
config.baseShareUrl = 'http://localhost:8080/content-app/#/preview/s/';
|
|
fs.writeFileSync(
|
|
'./dist/app/app.config.json',
|
|
JSON.stringify(config, null, 2)
|
|
);
|
|
"
|
|
|
|
jar -cvf docker/tomcat/artifacts/content-app.war -C dist/app/ .
|