We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143c0d8 commit 35ee2d8Copy full SHA for 35ee2d8
shared-scripts.sh
@@ -155,7 +155,7 @@ function _installCLIFromLocalRegistry {
155
startLocalRegistry "$(pwd)/.codebuild/scripts/verdaccio.yaml"
156
setNpmRegistryUrlToLocal
157
changeNpmGlobalPath
158
- npm install -g @aws-amplify/cli-internal
+ npm install -g @aws-amplify/cli-internal@cdk228withdata3
159
echo "using Amplify CLI version: "$(amplify --version)
160
npm list -g --depth=1 | grep -e '@aws-amplify/amplify-category-api' -e 'amplify-codegen'
161
unsetNpmRegistryUrl
0 commit comments