-
-
Notifications
You must be signed in to change notification settings - Fork 79
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: run build prior to release #166
Conversation
Codecov Report
@@ Coverage Diff @@
## main #166 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 6 6
Branches 3 3
=========================================
Hits 6 6 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
💯 Perfect, thanks @johnnyreilly!
@allcontributors add @johnnyreilly for code |
I've put up a pull request to add @johnnyreilly! 🎉 |
Pleasure! |
PR Checklist
Overview
This PR adds in a build step to the
release.yml
so the build artefacts exist for publishing. It also excludessrc
from publishing as it bloats package size and isn't used.PR requested here: #147 (comment)
It also ensure vitest doesn't try and run tests in the
lib
folder.