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",