Skip to content

Commit 03a7889

Browse files
author
Petr Konecny
committed
chore: fix script
1 parent fb0c297 commit 03a7889

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"prepare": "husky install",
1010
"example": "cd example && pnpm start",
11-
"type-check": "tsc --noEmit",
11+
"type:check": "tsc --noEmit",
1212
"lint": "eslint .",
1313
"lint:fix": "eslint --fix ."
1414
},

0 commit comments

Comments
 (0)