Skip to content

Commit 6cea8f4

Browse files
committed
chore: removes emitting in CI
1 parent 17243b4 commit 6cea8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cli:clean": "tsx cli/main.ts clean",
4646
"cli:record": "tsx cli/main.ts record",
4747
"cli:test": "tsx cli/main.ts test",
48-
"typecheck": "tsc -b"
48+
"typecheck": "tsc --noEmit"
4949
},
5050
"type": "module"
5151
}

packages/http-recorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build": "tsc -b",
4040
"clean": "rm -rf dist .tsbuildinfo",
4141
"test": "vitest run",
42-
"typecheck": "tsc -b"
42+
"typecheck": "tsc --noEmit"
4343
},
4444
"type": "module"
4545
}

0 commit comments

Comments
 (0)