Skip to content
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

Merged
merged 3 commits into from
Oct 10, 2022

Conversation

lukasholzer
Copy link
Contributor

🎉 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:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures
    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.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and
    passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

@lukasholzer lukasholzer force-pushed the feat/move-build-info-to-monorepo branch from 69fbf79 to 0f6951f Compare October 7, 2022 13:26
@lukasholzer lukasholzer requested review from kitop and JGAntunes October 7, 2022 14:28
"test": "ava",
"test:ci": "c8 -r lcovonly -r text -r json ava"
},
"ava": {
Copy link
Contributor

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.

Copy link
Contributor Author

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.)

Copy link
Contributor

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.

@lukasholzer lukasholzer requested a review from jobala October 10, 2022 07:12
@lukasholzer lukasholzer merged commit e058b6d into main Oct 10, 2022
@lukasholzer lukasholzer deleted the feat/move-build-info-to-monorepo branch October 10, 2022 08:47
@@ -0,0 +1,112 @@
[![Build](https://github.com/netlify/build-info/workflows/Build/badge.svg)](https://github.com/netlify/build-info/actions)
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File does not exist

@danez
Copy link
Contributor

danez commented Oct 10, 2022

oh my review was too late :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants