-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor(workspaces): yarn workspaces #3169
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you very much! Let's get this working 👍 |
This comment was marked as resolved.
This comment was marked as resolved.
BTW: I just aliased all frontend commands so we can work with them as we usually do. Basically just some paths changed. Not yet sure about the eslint errors. |
This comment was marked as resolved.
This comment was marked as resolved.
@elbotho I would suggest disabling jest. The tests are not maintained, and also quite trivial? (and probably completely outdated atm ...) |
ups, we broke bundle size 👀 |
I added some 2 months ago, but I'm okay with disabling the failing tests suite for now.
yeah, that's weird. We should make sure the check is correct first though. Not even sure why it runs in this pr. |
This reverts commit f580643.
Prettier works again for me, in frontend and on repo-root both with terminal and vscode. ESlint also works with a new VSCode setting of There is still one unexpected ESLint error (only in IDE) in |
Changelog:
/src
moved toapps/frontend/src
yarn
oryarn dev
Todos:
apps/frontend
toapps/web