Browse Source

chore(docs): use pnpm exec instead of npx

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
f17a9e7b50
  1. 2
      packages/noco-docs/content/en/engineering/playwright.md

2
packages/noco-docs/content/en/engineering/playwright.md

@ -14,7 +14,7 @@ Make sure to install the dependencies(in the playwright folder):
```bash
pnpm install
npx playwright install chromium --with-deps
pnpm exec playwright install --with-deps chromium
```
### Run Test Server

Loading…
Cancel
Save