Skip to content

Commit c624499

Browse files
committed
Review: Inline the typecheck for the test exports
1 parent e86e0ae commit c624499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggable-widgets-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"prepack": "shx rm -rf dist && tsc",
1515
"typecheck:test-config": "tsc -p test-config/tsconfig.json",
16-
"test": "tsc -p test-config/tsconfig.json && jest"
16+
"test": "pnpm typecheck:test-config && jest"
1717
},
1818
"files": [
1919
"bin",

0 commit comments

Comments
 (0)