-
Notifications
You must be signed in to change notification settings - Fork 77
Pnpm migration #3366
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
base: main
Are you sure you want to change the base?
Pnpm migration #3366
Conversation
Here's what it looks like for migrating to pnpm |
@jeremymeng could you update the ci.yaml/release.yaml? I think those have references to the rush scripts. |
@qiaozha I have updated files under .scripts and no longer see any references of "rush". I don't know for sure though whether replacing them with |
This reverts commit 71e6eb3.
assert.fail("Should be aborted by stopPolling"); | ||
} catch (e) { | ||
assert.equal(e.message, "The operation was aborted."); | ||
assert.equal(e.name, "AbortError"); |
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.
The error message has been changed in latest core.
No description provided.