Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from main #1029

Merged
merged 11 commits into from
Jun 23, 2023
2 changes: 1 addition & 1 deletion scripts/integ-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react
call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
call lerna add --no-ci --scope integration-test react-router-dom
call lerna add --no-ci --scope integration-test @types/react-router-dom
call lerna add --no-ci --dev --scope integration-test cypress
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
call lerna add --no-ci --dev --scope integration-test wait-on
call lerna add --no-ci --scope integration-test os-browserify
call lerna add --no-ci --scope integration-test path-browserify
Expand Down
2 changes: 1 addition & 1 deletion scripts/integ-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react
lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
lerna add --no-ci --scope integration-test react-router-dom
lerna add --no-ci --scope integration-test @types/react-router-dom
lerna add --no-ci --dev --scope integration-test cypress
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
lerna add --no-ci --dev --scope integration-test wait-on
lerna add --no-ci --dev --scope integration-test istanbul-lib-report
Expand Down