diff --git a/README.md b/README.md index 68f481959c..b2f34b7525 100644 --- a/README.md +++ b/README.md @@ -151,11 +151,11 @@ You can find a more detailed documentation of the different pages [here](./apps/ ## Useful Commands -- `make login-quality` - Check the quality of your code against a production build without installing any dependencies besides Docker -- `pnpm generate` - Build proto stubs for the client package -- `pnpm dev` - Develop all packages and the login app -- `pnpm build` - Build all packages and the login app -- `pnpm clean` - Clean up all `node_modules` and `dist` folders (runs each package's clean script) +- `make login-quality` - Check the quality of your code against a production build without installing any dependencies besides Docker +- `pnpm generate` - Build proto stubs for the client package +- `pnpm dev` - Develop all packages and the login app +- `pnpm build` - Build all packages and the login app +- `pnpm clean` - Clean up all `node_modules` and `dist` folders (runs each package's clean script) Learn more about developing the login UI in the [contribution guide](/CONTRIBUTING.md). diff --git a/apps/login-test-acceptance/playwright.config.ts b/apps/login-test-acceptance/playwright.config.ts index c50c031414..0e77aa70b0 100644 --- a/apps/login-test-acceptance/playwright.config.ts +++ b/apps/login-test-acceptance/playwright.config.ts @@ -74,5 +74,5 @@ export default defineConfig({ // name: 'Google Chrome', // use: { ...devices['Desktop Chrome'], channel: 'chrome' }, // }, - ] + ], });