Skip to content

Commit c66248e

Browse files
committed
chore: rebase + pnpm i + fix regression
chore: fix regression
1 parent e111d73 commit c66248e

File tree

2 files changed

+461
-164
lines changed

2 files changed

+461
-164
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "pnpm nx run-many -t lint --projects='packages/*'",
99
"format": "prettier --check .",
1010
"format:fix": "prettier --check . --write",
11-
"check": "pnpm tsc && pnpm lint && pnpm format"
11+
"check": "pnpm typecheck && pnpm lint && pnpm format"
1212
},
1313
"private": true,
1414
"devDependencies": {

0 commit comments

Comments
 (0)