mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* update package versions script * update package versions script * generate reports script * bump versions to 2.2.0 * audits * upgrade to final ADF * update docs * update app config
7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
|
|
|
npx @alfresco/adf-cli@latest audit -d $DIR/docs/audit
|
|
npx @alfresco/adf-cli@latest licenses -d $DIR/docs/licences
|