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 3b1c7d6 commit 6922beaCopy full SHA for 6922bea
lefthook.yml
@@ -18,9 +18,3 @@ pre-commit:
18
test:
19
run: npm run test:unit
20
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
@@ -9,7 +9,6 @@
9
"scripts": {
10
"dev": "tsx src/cli.ts",
11
"test": "vitest run",
12
- "test:with-api": "dotenv -e .env.test -- vitest run",
13
"test:unit": "vitest run test/unit",
14
"test:e2e": "vitest run test/e2e",
15
"test:e2e:commands": "vitest run test/e2e/commands",
0 commit comments