There was an error while loading. Please reload this page.
1 parent 5d0cabe commit cff13a3Copy full SHA for cff13a3
1 file changed
package.json
@@ -41,7 +41,7 @@
41
"prepare": "[ \"$CI\" != \"true\" ] && husky install || echo 'Skipping husky in CI'",
42
"pr-check": "./scripts/pr-check.sh",
43
"test:e2e:mobile": "pnpm --filter @idpass/data-collect-mobile test:e2e",
44
- "test:e2e:integration": "pnpm exec playwright test --config e2e/playwright.config.ts"
+ "test:e2e:integration": "pnpm --filter @idpass/data-collect-admin exec playwright test --config ../../e2e/playwright.config.ts"
45
},
46
"devDependencies": {
47
"@eslint/js": "^9.39.2",
0 commit comments