We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5171b72 commit 25d306fCopy full SHA for 25d306f
package.json
@@ -8,9 +8,9 @@
8
"lint:fix": "pnpm lint --fix",
9
"format": "prettier --ignore-path .gitignore --check .",
10
"format:fix": "pnpm format --write",
11
- "test:self": "tsx ecosystem-ci.ts _selftest",
12
- "test": "tsx ecosystem-ci.ts",
13
- "bisect": "tsx ecosystem-ci.ts bisect"
+ "test:self": "tsx --tsconfig ./tsconfig.custom.json ecosystem-ci.ts _selftest",
+ "test": "tsx --tsconfig ./tsconfig.custom.json ecosystem-ci.ts",
+ "bisect": "tsx --tsconfig ./tsconfig.custom.json ecosystem-ci.ts bisect"
14
},
15
"simple-git-hooks": {
16
"pre-commit": "pnpm exec lint-staged --concurrent false"
tsconfig.json tsconfig.custom.json
0 commit comments