Skip to content

chore: add missing bin entry for CT packages #20669

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

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Feb 6, 2023

#20639

PNPM does not include nested dependencies into its .bin directory. See here: pnpm/pnpm#96

@@ -29,5 +29,8 @@
"@vitejs/plugin-react": "^3.0.0",
"@playwright/test": "1.31.0-next",
"vite": "^4.0.3"
},
"bin": {
"playwright": "./cli.js"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see such a file in ct packages. Perhaps we should add some installation tests for pnpm?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mxschmitt mxschmitt merged commit 86fa743 into microsoft:main Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants