Skip to content

Commit eb7eeec

Browse files
committed
Make pre-commit E2E stage explicit
1 parent 38ff42a commit eb7eeec

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.husky/pre-commit

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ pnpm run lint
2323
echo "--- [pre-commit] 6/7 TypeScript/Svelte check"
2424
pnpm run check
2525

26-
echo "--- [pre-commit] 7/7 Playwright E2E tests"
27-
pnpm run test:e2e:full
26+
echo "--- [pre-commit] 7/8 Playwright E2E build"
27+
pnpm run test:e2e:build
28+
29+
echo "--- [pre-commit] 8/8 Playwright E2E tests"
30+
SPROUTGIT_E2E_SKIP_BUILD=1 pnpm run test:e2e

0 commit comments

Comments
 (0)