-
Notifications
You must be signed in to change notification settings - Fork 378
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
build: Yarn Berry Playground #3447
Conversation
@MaikoTan Thanks for your contribution! 🌵🚀 |
The Github Actions CI failed because the
And somewhat that the But even I run the command @JLGarber Can you try this PR and give me some feedback? I believe it is runnable now. |
so that git would not show massive diff info when updating
now it is using yarn cache which is already in git, dont need to cache it again 私バカですね~(>_<。)\
As NPM now has part of Yarn Berry's features now, it would be better to just upgrade our npm version. |
Per #3292
Plug'n'Play
PnP feature is enabled, but there are still errors with mocha and else.
Offline Cache
As yarn suggests, the
cache
(aka packages from npm) is bundled and uploaded to Git, although the size is much smaller thannode_modules
:How to try
Switch to this branch and then run
yarn
first, yarn would extract cache for you, and then replace allnpm run blahblah
asyarn run blahblah