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 94a8273 commit a79bd10Copy full SHA for a79bd10
scripts/utils/get-type-coverage.mjs
@@ -7,7 +7,7 @@ import { spawn } from '@socketsecurity/registry/lib/spawn'
7
* @throws {Error} When type coverage command fails.
8
*/
9
export async function getTypeCoverage() {
10
- const result = await spawn('pnpm', ['run', 'coverage:type'], {
+ const result = await spawn('pnpm', ['exec', 'type-coverage'], {
11
stdio: 'pipe',
12
shell: constants.WIN32,
13
})
0 commit comments