-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
chore: remove sideeffects mark on non-code artifacts #10578
Conversation
This reverts commit dcc2629.
Codecov Report
@@ Coverage Diff @@
## next-major-version/5 #10578 +/- ##
=====================================================
Coverage 85.43% 85.43%
=====================================================
Files 197 197
Lines 18179 18179
Branches 3869 3869
=====================================================
Hits 15532 15532
Misses 2566 2566
Partials 81 81 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Thanks for cleaning this up!
commit bc989eb Author: AllanZhengYP <zheallan@amazon.com> Date: Tue Nov 1 15:21:01 2022 -0700 chore: use --ignore-engines option in CI (aws-amplify#10589) commit c534a50 Author: Francisco Rodriguez <frodriguez.cs@gmail.com> Date: Tue Nov 1 12:27:18 2022 -0700 Removing deprecated PubSub provider type (aws-amplify#10585) commit ec82d5c Merge: a56ee24 c5f7732 Author: AllanZhengYP <zheallan@amazon.com> Date: Tue Nov 1 10:16:51 2022 -0700 chore: remove sideeffects mark on non-code artifacts (aws-amplify#10578) commit c5f7732 Author: Allan Zheng <zheallan@amazon.com> Date: Tue Nov 1 09:23:59 2022 -0700 Revert "test: enable integ tests on clean-sideeffects branch" This reverts commit dcc2629. commit dcc2629 Author: Allan Zheng <zheallan@amazon.com> Date: Tue Oct 25 12:31:49 2022 -0700 test: enable integ tests on clean-sideeffects branch commit c3bae45 Author: Allan Zheng <zheallan@amazon.com> Date: Tue Oct 25 12:30:08 2022 -0700 chore: clean the sideEffects on source and dist files
Description of changes
Issue #, if available
Description of how you validated changes
dist
folder, the folder can be removed fromsideEffects
list ofpackage.json
.src
folder doesn't contain the JS code to be bundled, they can also be removed fromsideEffects
list.Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.