-
Notifications
You must be signed in to change notification settings - Fork 0
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
Re-revert: Skunkworks: Upload Lighthouse Scores to Atlas #83
Conversation
dist/build-artifact/index.js
Outdated
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.
why do we have the diffs here if no change in tsconfig?
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.
Great question: two possible answers. I had "type": "module" in the package.json. I've just removed that.
Also, couuuld be the upgrade of mongodb, but most likely it's the statement above.
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 think it was both? I removed "type": "module"
and deleted all the extra package.jsons that had been created for that. So, I have to believe its the mongodb upgrade? Nothing else is different.
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.
seems like that did the trick 👍 only certain bundles are updated with version / license updates only
c95586e
to
4c2dc47
Compare
This is the same PR that failed last week's deployment but with all tsconfig changes removed! No other changes have happened to the PR.
Reference to previous PR's description.
More info:
Options on displaying this information still being decided. But primary objective is persisting runs to the database so that future decisions will still have past data.