Skip to content

Commit 142a0d9

Browse files
committed
fix: failing CI ts
1 parent 56a0e04 commit 142a0d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"docs-install": "cd docs && yarn install",
4848
"docs-start": "cd docs && yarn start",
4949
"test": "jest --passWithNoTests",
50-
"typecheck": "yarn typecheck:lib && yarn typecheck:example && yarn typecheck:example-web && yarn typecheck:docs",
50+
"typecheck": "yarn typecheck:lib && yarn typecheck:example && yarn typecheck:example-web",
5151
"typecheck:lib": "tsc -p tsconfig.build.json",
5252
"typecheck:example": "tsc -p apps/example/tsconfig.json",
5353
"typecheck:example-web": "tsc -p apps/example-web/tsconfig.app.json",

0 commit comments

Comments
 (0)