-
Notifications
You must be signed in to change notification settings - Fork 821
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
fix: keeps hooks intact when attaching backend #11179
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #11179 +/- ##
=======================================
Coverage 49.49% 49.49%
=======================================
Files 682 682
Lines 32861 32861
Branches 6708 6708
=======================================
+ Hits 16263 16264 +1
+ Misses 15118 15117 -1
Partials 1480 1480
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Waiting for this PR to be merged. I hope it will fix this: #11021 |
8e81b40
to
5c3d6be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have few nits but otherwise looks good to merge
@akshbhu any idea when this fixed will be released? |
Description of changes
amplify pull --envName dev
Fix here is to keeps the hooks back into amplify folder when attaching backend.
Issue #11050
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.