We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5783c6c commit 5696ebfCopy full SHA for 5696ebf
packages/git-proxy-cli/package.json
@@ -14,7 +14,7 @@
14
"build": "tsc",
15
"lint": "eslint \"./*.ts\" --fix",
16
"test": "cd ../.. && vitest --run --dir packages/git-proxy-cli/test",
17
- "test-coverage-ci": "cd ../.. && c8 --reports-dir ./coverage-cli --include 'packages/git-proxy-cli/dist/**' --exclude 'packages/git-proxy-cli/test/**' --reporter lcovonly --reporter text vitest --run --dir packages/git-proxy-cli/test"
+ "test-coverage-ci": "cd ../.. && c8 --reports-dir ./coverage-cli --include \"packages/git-proxy-cli/dist/**\" --exclude \"packages/git-proxy-cli/test/**\" --reporter lcovonly --reporter text vitest --run --dir packages/git-proxy-cli/test --test-timeout 15000"
18
},
19
"author": "Miklos Sagi",
20
"license": "Apache-2.0",
0 commit comments