This commit is contained in:
Elio Bischof
2025-06-24 05:23:03 +02:00
parent 819c8fe5fa
commit fa5187f5e1
2 changed files with 6 additions and 6 deletions

View File

@@ -151,11 +151,11 @@ You can find a more detailed documentation of the different pages [here](./apps/
## Useful Commands ## Useful Commands
- `make login-quality` - Check the quality of your code against a production build without installing any dependencies besides Docker - `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 generate` - Build proto stubs for the client package
- `pnpm dev` - Develop all packages and the login app - `pnpm dev` - Develop all packages and the login app
- `pnpm build` - Build 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) - `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). Learn more about developing the login UI in the [contribution guide](/CONTRIBUTING.md).

View File

@@ -74,5 +74,5 @@ export default defineConfig({
// name: 'Google Chrome', // name: 'Google Chrome',
// use: { ...devices['Desktop Chrome'], channel: 'chrome' }, // use: { ...devices['Desktop Chrome'], channel: 'chrome' },
// }, // },
] ],
}); });