From bf12445bd5552f2a3e9bdc83177ebcc87ddcdf3b Mon Sep 17 00:00:00 2001 From: Dane Pilcher Date: Thu, 10 Oct 2024 10:41:44 -0600 Subject: [PATCH] Revert "test: remove cli tagged release" This reverts commit ac192fcfd8b3afde780903ce12e5cc90a9e73a7b. --- package.json | 2 +- shared-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5359ecb809..59be224973 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "amplify-category-api", "scripts": { - "add-cli-no-save": "yarn add @aws-amplify/cli-internal -W --pure-lockfile && git checkout -- package.json", + "add-cli-no-save": "yarn add @aws-amplify/cli-internal@12.13.0-gen2-migration-test-alpha.0 -W --pure-lockfile && git checkout -- package.json", "authenticate-e2e-profile": "source scripts/cloud-utils.sh && authenticateWithE2EProfile", "build-tests-changed": "lerna run build-tests --since main", "build-tests": "lerna run build-tests", diff --git a/shared-scripts.sh b/shared-scripts.sh index 54312513a6..d780e2f29a 100755 --- a/shared-scripts.sh +++ b/shared-scripts.sh @@ -285,7 +285,7 @@ function _installCLIFromLocalRegistry { npm config set fetch-retry-mintimeout 30000 npm config set fetch-retry-maxtimeout 180000 npm config set maxsockets 1 - npm install -g @aws-amplify/cli-internal + npm install -g @aws-amplify/cli-internal@12.13.0-gen2-migration-test-alpha.0 echo "using Amplify CLI version: "$(amplify --version) npm list -g --depth=1 | grep -e '@aws-amplify/amplify-category-api' -e 'amplify-codegen' unsetNpmRegistryUrl