mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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:
@@ -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