We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17243b4 commit 6cea8f4Copy full SHA for 6cea8f4
packages/github/package.json
@@ -45,7 +45,7 @@
45
"cli:clean": "tsx cli/main.ts clean",
46
"cli:record": "tsx cli/main.ts record",
47
"cli:test": "tsx cli/main.ts test",
48
- "typecheck": "tsc -b"
+ "typecheck": "tsc --noEmit"
49
},
50
"type": "module"
51
}
packages/http-recorder/package.json
@@ -39,7 +39,7 @@
39
"build": "tsc -b",
40
"clean": "rm -rf dist .tsbuildinfo",
41
"test": "vitest run",
42
43
44
0 commit comments