docs(ct): pnpm create playwright (#27377)

pnpm supports the `create` command which acts as a shortcut to `pnpm dlx
create-*`

related:
https://github.com/microsoft/playwright/pull/24397/files#diff-af370723ed754e89d1e69d20f211a5a8249651b1b5692348398bbd105f1ac445R47
This commit is contained in:
Sander 2023-10-02 19:58:58 +02:00 committed by GitHub
parent ac9d1ec421
commit d1ae0ab94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ yarn create playwright --ct
<TabItem value="pnpm"> <TabItem value="pnpm">
```bash ```bash
pnpm dlx create-playwright --ct pnpm create playwright --ct
``` ```
</TabItem> </TabItem>