Skip to content

Commit ee9ac44

Browse files
authored
chore: try using dist tag for version bump (#624)
* chore: try using dist tag for version bump * chore: use resolutions
1 parent ab66222 commit ee9ac44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/amplify-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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": {

shared-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)