improve typecheck setup

This commit is contained in:
itsMapleLeaf
2023-03-12 19:44:59 -05:00
parent 33841a0c84
commit 7ac1a9cdce
9 changed files with 19 additions and 43 deletions

View File

@@ -5,6 +5,7 @@
"lint": "eslint --ext js,ts,tsx .",
"lint-fix": "pnpm lint -- --fix",
"format": "prettier --write .",
"typecheck": "tsc -b",
"build": "pnpm -r run build",
"start": "pnpm -C packages/website run start",
"release": "pnpm -r run build && changeset publish"