Skip to content

Commit 0ceba60

Browse files
committed
added type check tasks
1 parent c080771 commit 0ceba60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"scripts": {
1818
"type-check": "tsc --noEmit",
19+
"type-check:yup": "tsc --strict --noEmit example/yup/schemas.ts",
20+
"type-check:zod": "tsc --strict --noEmit example/zod/schemas.ts",
21+
"type-check:myzod": "tsc --strict --noEmit example/myzod/schemas.ts",
1922
"test": "jest --no-watchman",
2023
"build": "run-p build:*",
2124
"build:main": "tsc -p tsconfig.main.json",

0 commit comments

Comments
 (0)