Skip to content

Commit 83ba497

Browse files
committed
Fix typecheck.
1 parent df50424 commit 83ba497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "npm run build -ws",
1515
"watch": "concurrently -n wouter,wouter-preact \"npm run -w packages/wouter watch\" \"npm run -w packages/wouter-preact watch\"",
1616
"lint": "eslint packages/**/*.js",
17-
"lint-types": "vitest typecheck"
17+
"lint-types": "vitest --typecheck"
1818
},
1919
"author": "Alexey Taktarov <molefrog@gmail.com>",
2020
"repository": {

0 commit comments

Comments
 (0)