From 3553918a9fca4b17be2b14756fc35b8026f93681 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 1 Jul 2024 15:41:39 +0200 Subject: [PATCH] chore(tests): use pnpm --- tests/playwright/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 17f1a053..9c2e56cd 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -4,8 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test:svelte": "FRAMEWORK=svelte npx playwright test -c playwright.svelte.config.ts", - "test:react": "FRAMEWORK=react npx playwright test -c playwright.react.config.ts", + "test:svelte": "FRAMEWORK=svelte pnpm exec playwright test -c playwright.svelte.config.ts", + "test:react": "FRAMEWORK=react pnpm exec playwright test -c playwright.react.config.ts", "test:react:ui": "pnpm run test:react --ui", "test:svelte:ui": "pnpm run test:svelte --ui" },