Skip to content

Commit cff13a3

Browse files
committed
fix(ci): scope integration e2e playwright to admin package where it is installed
1 parent 5d0cabe commit cff13a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepare": "[ \"$CI\" != \"true\" ] && husky install || echo 'Skipping husky in CI'",
4242
"pr-check": "./scripts/pr-check.sh",
4343
"test:e2e:mobile": "pnpm --filter @idpass/data-collect-mobile test:e2e",
44-
"test:e2e:integration": "pnpm exec playwright test --config e2e/playwright.config.ts"
44+
"test:e2e:integration": "pnpm --filter @idpass/data-collect-admin exec playwright test --config ../../e2e/playwright.config.ts"
4545
},
4646
"devDependencies": {
4747
"@eslint/js": "^9.39.2",

0 commit comments

Comments
 (0)