Skip to content

Commit

Permalink
Revert "test: remove cli tagged release"
Browse files Browse the repository at this point in the history
This reverts commit ac192fc.
  • Loading branch information
dpilch committed Oct 10, 2024
1 parent bc78707 commit bf12445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf12445

Please sign in to comment.