Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 655613e

Browse files
committed
🔨[refractor][changed npm to pnpm in config]
1 parent 2425e51 commit 655613e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/dwa-starter-vanillajs-vite/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineConfig({
101101
* Use the preview server on CI for more realistic testing.
102102
* Playwright will re-use the local server if there is already a dev-server running.
103103
*/
104-
command: "npm run dev",
104+
command: "pnpm run dev",
105105
url: "http://localhost:5173", // Adjust this if your dev server uses a different port
106106
reuseExistingServer: !process.env.CI,
107107
timeout: 120 * 1000, // 120 seconds

0 commit comments

Comments
 (0)