mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Remove argument seperator
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
|
||||
npm run ci:audit
|
||||
npm run ci:licenses
|
||||
npm run ci:changelog
|
||||
pnpm ci:audit
|
||||
pnpm ci:licenses
|
||||
pnpm ci:changelog
|
||||
|
||||
@@ -35,15 +35,15 @@ update(){
|
||||
eval libsWithVersions=( "${libsWithVersions[@]}" "${EXACT_VERSION}" )
|
||||
done
|
||||
|
||||
echo "npm i --ignore-scripts -E ${libsWithVersions[*]}"
|
||||
npm i --ignore-scripts -E ${libsWithVersions[*]}
|
||||
echo "pnpm add --ignore-scripts -E ${libsWithVersions[*]}"
|
||||
pnpm add --ignore-scripts -E ${libsWithVersions[*]}
|
||||
}
|
||||
|
||||
update_js_api(){
|
||||
eval jsWithVersions=();
|
||||
|
||||
echo "npm i --ignore-scripts -E @alfresco/js-api@${JS_VERSION}"
|
||||
npm i --ignore-scripts -E @alfresco/js-api@${JS_VERSION}
|
||||
echo "pnpm add --ignore-scripts -E @alfresco/js-api@${JS_VERSION}"
|
||||
pnpm add --ignore-scripts -E @alfresco/js-api@${JS_VERSION}
|
||||
}
|
||||
|
||||
while [[ $1 == -* ]]; do
|
||||
|
||||
Reference in New Issue
Block a user