From 670849088e59a10c3a573d68fa2c06517a5aabea Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 3 Nov 2023 12:17:36 -0400 Subject: [PATCH] chore: fix screenshot tests maybe --- core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index 118732d30f..32c395c548 100644 --- a/core/package.json +++ b/core/package.json @@ -93,8 +93,8 @@ "start": "pnpm run build.css && stencil build --dev --watch --serve", "test": "pnpm run test.spec && pnpm run test.e2e", "test.spec": "stencil test --spec --max-workers=2", - "test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec", - "test.e2e": "npx playwright test", + "test.spec.debug": "pnpm exec --node-arg=\"--inspect-brk\" stencil test --spec", + "test.e2e": "pnpm exec playwright test", "test.e2e.update-snapshots": "pnpm run test.e2e --update-snapshots", "test.watch": "jest --watch --no-cache", "test.treeshake": "node scripts/treeshaking.js dist/index.js",