Skip to content

Commit 7f7696d

Browse files
committed
fix: typecheck:agent now uses test tsconfig to match CI pretest
1 parent 4c4ef79 commit 7f7696d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"build": "shx rm -rf dist && tsc -p tsconfig.build.json",
312312
"lint": "eslint",
313313
"lint:agent": "eslint --quiet",
314-
"typecheck:agent": "tsc --noEmit --pretty false",
314+
"typecheck:agent": "tsc --noEmit -p test --pretty false",
315315
"format": "prettier --write src",
316316
"format:check": "prettier --check src",
317317
"postpack": "shx rm -f oclif.manifest.json",

0 commit comments

Comments
 (0)