We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ff42a commit eb7eeecCopy full SHA for eb7eeec
1 file changed
.husky/pre-commit
@@ -23,5 +23,8 @@ pnpm run lint
23
echo "--- [pre-commit] 6/7 TypeScript/Svelte check"
24
pnpm run check
25
26
-echo "--- [pre-commit] 7/7 Playwright E2E tests"
27
-pnpm run test:e2e:full
+echo "--- [pre-commit] 7/8 Playwright E2E build"
+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