chore(root): add superadmin type checking

This commit is contained in:
Ben Allfree 2024-06-05 17:56:08 -07:00
parent c2f8ab6160
commit 03ba10a686

View File

@ -13,6 +13,7 @@
"scripts": {
"check:types": "concurrently 'pnpm:check:types:*'",
"check:types:dashboard": "cd packages/dashboard && pnpm check:types",
"check:types:superadmin": "cd packages/superadmin && pnpm check:types",
"check:types:pockethost": "cd packages/pockethost && pnpm check:types",
"check:types:common": "cd packages/common && pnpm check:types",
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte,json}\"",