Skip to content

Commit 4110847

Browse files
authored
Update package.json
1 parent 3c84076 commit 4110847

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
@@ -12,7 +12,7 @@
1212
"prettier:fix": "prettier --write .",
1313
"lint:check": "pnpm -r lint:check",
1414
"lint:fix": "pnpm -r lint:fix",
15-
"ts:check": "pnpm -r ts-check",
15+
"ts:check": "pnpm -r ts:check",
1616
"test": "pnpm -r test",
1717
"code:checks": "pnpm prettier:check && pnpm lint:check && pnpm ts:check",
1818
"code:fixes": "pnpm prettier:fix && pnpm lint:fix",

0 commit comments

Comments
 (0)