mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
|
|
|
npm run ci:audit
|
|
npm run ci:licenses
|
|
npm run ci:changelog
|