mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix js-api version in adf-cli (#8665)
* Fix js-api version in adf-cli * Add caret to js-api version * CR fix
This commit is contained in:
9
.github/workflows/upstream-js.yml
vendored
9
.github/workflows/upstream-js.yml
vendored
@@ -113,10 +113,11 @@ jobs:
|
||||
run: |
|
||||
|
||||
migrateDependenciesJS() {
|
||||
echo "Update JS dependencies to: ${PACKAGE_VERSION_JS}"
|
||||
echo "Calling migration JS"
|
||||
npx nx migrate @alfresco/js-api@${PACKAGE_VERSION_JS}
|
||||
echo "Migration JS done"
|
||||
echo "Update JS dependencies to: ${PACKAGE_VERSION_JS}"
|
||||
echo "Calling migration JS"
|
||||
npx nx migrate @alfresco/js-api@^${PACKAGE_VERSION_JS}
|
||||
(cd lib/cli && npx nx migrate @alfresco/js-api@^${PACKAGE_VERSION_JS})
|
||||
echo "Migration JS done"
|
||||
}
|
||||
|
||||
regeneratePackageLock() {
|
||||
|
Reference in New Issue
Block a user