File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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
61+ npm install -g @aws-amplify/cli-internal@cdk228withdata3
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
57+ npm install -g @aws-amplify/cli-internal@cdk228withdata3
5858 amplify -v
5959 npm list --global --depth=1
6060 unsetNpmRegistryUrl
Original file line number Diff line number Diff line change 3939 "slash" : " ^3.0.0"
4040 },
4141 "peerDependencies" : {
42- "@aws-amplify/amplify-cli-core" : " ^4.0.0 " ,
42+ "@aws-amplify/amplify-cli-core" : " * " ,
4343 "graphql-transformer-core" : " ^8.0.0"
4444 },
4545 "jest" : {
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ function _installCLIFromLocalRegistry {
150150 startLocalRegistry " $( pwd) /.circleci/verdaccio.yaml"
151151 setNpmRegistryUrlToLocal
152152 changeNpmGlobalPath
153- npm install -g @aws-amplify/cli-internal
153+ npm install -g @aws-amplify/cli-internal@cdk228withdata3
154154 echo " using Amplify CLI version: " $( amplify --version)
155155 npm list -g --depth=1 | grep -e ' @aws-amplify/amplify-category-api' -e ' amplify-codegen'
156156 unsetNpmRegistryUrl
You can’t perform that action at this time.
0 commit comments