diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a5f262f3..20c1ff4e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -19,6 +19,7 @@ This repository is a Yarn 4 monorepo containing the following packages: - If you have `yarn 1` installed globally, it is recommended that you run `corepack enable` so that the version of yarn set in `packageManager` in `package.json` is used for this project - Run `yarn install` - Run `yarn build` +- Run `yarn playwright install` ### Testing