Development: change frontend package manager to pnpm (#9363)

This commit is contained in:
shamoon 2025-03-11 10:59:44 -07:00 committed by GitHub
parent 9944f81512
commit 2f70d58219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 12348 additions and 19457 deletions

View file

@ -21,7 +21,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
port,
command: 'npm run start',
command: 'pnpm run start',
reuseExistingServer: !process.env.CI,
timeout: 2 * 60 * 1000,
},