File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ install_cli_with_local_codegen: &install_cli
5858 startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
5959 setNpmRegistryUrlToLocal
6060 changeNpmGlobalPath
61- npm install -g @aws-amplify/cli-internal@^11.0.0
61+ npm install -g @aws-amplify/cli-internal
6262 amplify -v
6363 npm list --global --depth=1
6464 unsetNpmRegistryUrl
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ install_cli_with_local_codegen: &ref_3
5454 startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
5555 setNpmRegistryUrlToLocal
5656 changeNpmGlobalPath
57- npm install -g @aws-amplify/cli-internal@^11.0.0
57+ npm install -g @aws-amplify/cli-internal
5858 amplify -v
5959 npm list --global --depth=1
6060 unsetNpmRegistryUrl
You can’t perform that action at this time.
0 commit comments