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 3c84076 commit 4110847Copy full SHA for 4110847
package.json
@@ -12,7 +12,7 @@
12
"prettier:fix": "prettier --write .",
13
"lint:check": "pnpm -r lint:check",
14
"lint:fix": "pnpm -r lint:fix",
15
- "ts:check": "pnpm -r ts-check",
+ "ts:check": "pnpm -r ts:check",
16
"test": "pnpm -r test",
17
"code:checks": "pnpm prettier:check && pnpm lint:check && pnpm ts:check",
18
"code:fixes": "pnpm prettier:fix && pnpm lint:fix",
0 commit comments