jbilcke-hf HF staff commited on
Commit
58eea60
1 Parent(s): 12727de

fix for playwright

Browse files
Files changed (1) hide show
  1. playwright.config.ts +1 -1
playwright.config.ts CHANGED
@@ -71,7 +71,7 @@ export default defineConfig({
71
 
72
  /* Run your local dev server before starting the tests */
73
  webServer: {
74
- command: 'npm run start',
75
  url: 'http://127.0.0.1:3000',
76
  reuseExistingServer: !process.env.CI,
77
  },
 
71
 
72
  /* Run your local dev server before starting the tests */
73
  webServer: {
74
+ command: 'npm run start:prod',
75
  url: 'http://127.0.0.1:3000',
76
  reuseExistingServer: !process.env.CI,
77
  },