-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: Fix failing codesandbox/ci #1020
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
Conversation
…onfig is almost certainly bad.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f822d8c:
|
Codecov Report
@@ Coverage Diff @@
## alpha #1020 +/- ##
=======================================
Coverage 90.51% 90.51%
=======================================
Files 4 4
Lines 232 232
Branches 49 49
=======================================
Hits 210 210
Misses 20 20
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
🎉 This PR is included in version 13.0.0-alpha.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Unclear why codesandbox/ci is failing. Clean clone does not fail
npm run build
on node 12 or node 14.But forcing
npm
instead ofyarn
seems to work so 🤷🏻♂️