-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feat: setup turbomodule #1206
base: master
Are you sure you want to change the base?
feat: setup turbomodule #1206
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #1206 +/- ##
=======================================
Coverage 95.28% 95.28%
=======================================
Files 106 106
Lines 2377 2377
Branches 473 473
=======================================
Hits 2265 2265
Misses 107 107
Partials 5 5 Continue to review full report at Codecov.
|
bdf442b
to
3e57ec8
Compare
Unfortunately turbo is not a viable option because they're not multiplatform anymore: Lerna 7 isn't either: lerna/lerna#3676 At the moment we're still using lerna 6 (so I am actually able to use it on ppc64le) but I've already migrated to yarn 4 which bundles a brand new task runner. I'm planning to use it for the most basic tasks like compiling and testing, like I did in mikro-orm: mikro-orm/mikro-orm#4331 |
Just a test for now