File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ All scripts work from monorepo-root.
51
51
The plugins are unbundled esm, a build step is not required while developing locally, but restarting local dev-servers can be needed to apply changes.
52
52
53
53
- ` pnpm i ` to install dependencies
54
+ - ` pnpm playwright install chromium ` to install required playwright browser binaries via local playwright-core
55
+
56
+ > ** NOTE**
57
+ > This repo uses ` playwright-core ` with a bin alias to ` playwright ` via package.json script
58
+ > Calling ` pnpm dlx playwright install chromium ` will not work.
59
+
54
60
- ` pnpm check ` and ` pnpm:test ` to validate changes
55
61
- ` pnpm format ` to format source code
56
62
- ` pnpm test:unit ` , ` pnpm test:serve ` or ` pnpm test:build ` to run a subset of tests
You can’t perform that action at this time.
0 commit comments