-
Notifications
You must be signed in to change notification settings - Fork 226
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
Get rid of rush and move to pnpm #2775
Conversation
You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/2775/ Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/2775/ |
@@ -68,7 +68,7 @@ | |||
"test": "vitest run", | |||
"test:watch": "vitest -w", | |||
"test-official": "vitest run --coverage --reporter=junit --reporter=default --no-file-parallelism", | |||
"e2e": "vitest run --config ./vitest.config.e2e.ts", | |||
"e2e:disabled": "vitest run --config ./vitest.config.e2e.ts", |
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.
Renable before merging - just failing now due to unreleased feature and e2e test run got lost
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.
👍
Remove the opinionated (wrongly so most of the time) middleman that brings more config pain than value.
Things to check: