metrotranscom / doorway

component-based web framework for affordable housing management
Apache License 2.0
3 stars 1 forks source link

fix: add msw package to public #685

Closed ludtkemorgan closed 2 weeks ago

ludtkemorgan commented 2 weeks ago

Description

The AWS public build job is failing due to not being able to find "msw". I believe this is because when building it in docker we don't get any of the packages that are only in partners. When building it locally it installs all of the dev dependencies when doing yarn install at the root level. In Docker we only know the packages in the sites/public directory

How Can This Be Tested/Reviewed?

I have not been able to successfully test this locally because I get this error The chromium binary is not available for arm64.. I'm still working through how to get over that step. But since this is blocking the AWS pipeline I think it's worth it to gamble on this fix

Author Checklist:

Review Process: