-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix: move build-info to mono repository of netlify build #4584
Conversation
57b849d
to
69fbf79
Compare
69fbf79
to
0f6951f
Compare
packages/build-info/package.json
Outdated
"test": "ava", | ||
"test:ci": "c8 -r lcovonly -r text -r json ava" | ||
}, | ||
"ava": { |
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.
Extend Ava's base config.
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.
In this case we don't want to extend ava's base config as all the properties are different and it's a different project basically. So testing was set up differently. (No splitting up needed here etc.)
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.
Ah I see. We should at least use ava.config.js instead of having the configuration in package.json that way this package will be structurally consistent with the other packages.
@@ -0,0 +1,112 @@ | |||
[![Build](https://github.com/netlify/build-info/workflows/Build/badge.svg)](https://github.com/netlify/build-info/actions) |
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.
points to old repo
|
||
## Contributors | ||
|
||
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to set up and work on this repository. Thanks |
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.
File does not exist
oh my review was too late :) |
🎉 Thanks for submitting a pull request! 🎉
Summary
This is one part of #4545
For us to review and ship your PR efficiently, please perform the following steps:
we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
something that`s on fire 🔥 (e.g. incident related), you can skip this step.
passes our tests.
A picture of a cute animal (not mandatory, but encouraged)