Conversation
which was only needed for yarn workspaces; also, remove the csb workaround, because it didn't work with private:true
because pnpm will replace them automatically during publish
we will always get the latest version as there is no lockfile for them
this also means we don't need to update package.json at all because we use workspace dependencies now
|
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 451d3e2:
|
because codesandbox-ci has a different version
Codecov ReportBase: 96.36% // Head: 96.63% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4237 +/- ##
==========================================
+ Coverage 96.36% 96.63% +0.27%
==========================================
Files 45 73 +28
Lines 2281 2969 +688
Branches 640 817 +177
==========================================
+ Hits 2198 2869 +671
- Misses 80 98 +18
+ Partials 3 2 -1 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
I tried |
so that we exclude examples
|
@sachinraja you're right, it worked. Not sure sure what I did wrong before: |
|
hm but now I'm getting errors like |
as it doesn't install top-level dependencies; also, --frozen-lockfile is the default for CI environments
I got curious as well and for anyone reading this here: @juliusmarminge |
No description provided.