Skip to content

Commit f8d06ae

Browse files
committed
fix
1 parent 259a0e5 commit f8d06ae

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
@@ -37,7 +37,7 @@
3737
"vite": "npm run build --watch -m development",
3838
"prepublishOnly": "npm run build",
3939
"test": "vitest run",
40-
"tsc": "tsc",
40+
"typecheck": "tsc",
4141
"validate": "npm run lint && npm run tsc && npm run test",
4242
"lint": "eslint \"src/**/*.+(ts|tsx)\"",
4343
"lint:fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)