We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0c297 commit 03a7889Copy full SHA for 03a7889
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"prepare": "husky install",
10
"example": "cd example && pnpm start",
11
- "type-check": "tsc --noEmit",
+ "type:check": "tsc --noEmit",
12
"lint": "eslint .",
13
"lint:fix": "eslint --fix ."
14
},
0 commit comments