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 a39ab4d commit 56a6183Copy full SHA for 56a6183
packages/webhook/package.json
@@ -39,8 +39,8 @@
39
"lint:fix": "npx @biomejs/biome check --write .",
40
"prepack": "npm run build",
41
"pretest": "npm run lint && npm run build",
42
- "test": "node --import tsx --test --experimental-test-coverage ./src/**/*.test.ts",
43
- "posttest": "node --import tsx --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./lcov.info ./src/**/*.test.ts"
+ "test": "node --import tsx --test --experimental-test-coverage",
+ "posttest": "node --import tsx --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./lcov.info"
44
},
45
"devDependencies": {
46
"@biomejs/biome": "^2.0.5",
0 commit comments