-
Notifications
You must be signed in to change notification settings - Fork 170
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
A smattering of commits to get the build / deploy flow working again #1323
Conversation
ddb49d6
to
7fdb7b1
Compare
The build breaks when minified, but works fine without it. This shoud be re-enabled later, nut for now I just want to get this site building again.
These files are very hard to generate via CI because they require puppeteer, but easy to generate locally. Eventually this should be re-enabled in CI
@cwaring got things building in Fleek again. Can you review and merge this so I can start clearing out the backlog of other PRs? |
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.
Nice job clearing this repo up @ianconsolata! It's been borked since 2021!
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.
nice refactor! switching the base image to a smaller v20 distro but nothing blocking for now. great to have this working again 🚢
This is a hodgepodge of updates and changes I needed to make in order to get the project building again. None of them had major substantive changes, except that I had to disable minification. The non-minified build works fine, however, so for now just use the non-minified version so we can start making updates again.