Closed ibolton336 closed 2 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ibolton336, rayfordj
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Hmm, @ibolton336 should we review the rest of the devDependencies to see if anything else needs to be moved over? I can imagine something like that sneaking up on us at run time Edit: gave them a once-over and nothing else jumps out at me
Hmm, @ibolton336 should we review the rest of the devDependencies to see if anything else needs to be moved over? I can imagine something like that sneaking up on us at run time Edit: gave them a once-over and nothing else jumps out at me
@mturley I did a quick check and built images to test. Looked like those were the only two that were causing the image to fail to build. You're instinct to check further gaps is spot on though. Not sure if some other functionality would maybe lazy load during run time like you mentioned. I just looked through the main.js entry point file.
I looked at each of the dependencies left in that list and looked up the ones I didn't recognize, they're all of the build/lint/test/mock variety. I think we're probably good.
Fixes the build error resulting from using yarn --production flag in docker file.