1 parent 56a0e04 commit 142a0d9Copy full SHA for 142a0d9
1 file changed
package.json
@@ -47,7 +47,7 @@
47
"docs-install": "cd docs && yarn install",
48
"docs-start": "cd docs && yarn start",
49
"test": "jest --passWithNoTests",
50
- "typecheck": "yarn typecheck:lib && yarn typecheck:example && yarn typecheck:example-web && yarn typecheck:docs",
+ "typecheck": "yarn typecheck:lib && yarn typecheck:example && yarn typecheck:example-web",
51
"typecheck:lib": "tsc -p tsconfig.build.json",
52
"typecheck:example": "tsc -p apps/example/tsconfig.json",
53
"typecheck:example-web": "tsc -p apps/example-web/tsconfig.app.json",
0 commit comments