Skip to content

Commit

Permalink
fix: try explicitly removing old category version
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed Jul 12, 2023
1 parent 9f564c8 commit a659079
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ install_cli_with_local_codegen: &install_cli
setNpmRegistryUrlToLocal
changeNpmGlobalPath
npm install -g @aws-amplify/cli-internal
npm uninstall -g @aws-amplify/amplify-category-api
npm install -g @aws-amplify/[email protected]
amplify -v
npm list --global --depth=1
Expand Down
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install_cli_with_local_codegen: &ref_3
setNpmRegistryUrlToLocal
changeNpmGlobalPath
npm install -g @aws-amplify/cli-internal
npm uninstall -g @aws-amplify/amplify-category-api
npm install -g @aws-amplify/[email protected]
amplify -v
npm list --global --depth=1
Expand Down
1 change: 1 addition & 0 deletions shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ function _installCLIFromLocalRegistry {
setNpmRegistryUrlToLocal
changeNpmGlobalPath
npm install -g @aws-amplify/cli-internal
npm uninstall -g @aws-amplify/amplify-category-api
npm install -g @aws-amplify/[email protected]
echo "using Amplify CLI version: "$(amplify --version)
npm list -g --depth=1 | grep -e '@aws-amplify/amplify-category-api' -e 'amplify-codegen'
Expand Down

0 comments on commit a659079

Please sign in to comment.