-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(repo): migrate to pnpm #16284
feat(repo): migrate to pnpm #16284
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
18620e2
to
8d9bd94
Compare
63644bb
to
b912020
Compare
200ee2f
to
cbd3ff2
Compare
@@ -109,7 +113,8 @@ describe('react native', () => { | |||
}); | |||
|
|||
if (isOSX()) { | |||
it('should pod install', async () => { | |||
// TODO(@meeroslav): this test is causing git-hasher to overflow with arguments. Enable when it's fixed. | |||
xit('should pod install', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to @xiongemi this is the test that is failing the remaining 4 tests
packages/react-native/package.json
Outdated
@@ -42,7 +42,7 @@ | |||
"@nx/workspace": "file:../workspace" | |||
}, | |||
"peerDependencies": { | |||
"react-native": "^0.71.7" | |||
"react-native": ">= 0.71.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix from #16524 for expo
e2e
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR migrates our repo from
yarn classic
topnpm
:Current status:
e2e-js
swc
test is failing and severale2e-react-native
tests are failingCurrent Behavior
Expected Behavior
Related Issue(s)
Fixes #