Skip to content

Commit 6922bea

Browse files
committed
Relaxed prepush requirements
1 parent 3b1c7d6 commit 6922bea

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

lefthook.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ pre-commit:
1818
test:
1919
run: npm run test:unit
2020
fail_text: 'Unit tests failed. Fix manually.'
21-
22-
pre-push:
23-
commands:
24-
test-all:
25-
run: npm run test:with-api
26-
fail_text: 'All tests must pass before pushing.'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"scripts": {
1010
"dev": "tsx src/cli.ts",
1111
"test": "vitest run",
12-
"test:with-api": "dotenv -e .env.test -- vitest run",
1312
"test:unit": "vitest run test/unit",
1413
"test:e2e": "vitest run test/e2e",
1514
"test:e2e:commands": "vitest run test/e2e/commands",

0 commit comments

Comments
 (0)