mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(pockethost): add type checking
This commit is contained in:
parent
a86b2efaa4
commit
9a968a7c3b
@ -13,6 +13,7 @@
|
||||
"scripts": {
|
||||
"check:types": "concurrently 'pnpm:check:types:*'",
|
||||
"check:types:dashboard": "cd packages/dashboard && 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}\"",
|
||||
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"pockethost": "src/cli/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"check:types": "tsc --noEmit ",
|
||||
"dev": "NODE_ENV=development dotenvx run -f ../../.env -- tsx ./src/cli/index.ts",
|
||||
"start": "dotenvx run -f ../../.env -- tsx ./src/cli/index.ts",
|
||||
"mail": "dotenvx run -f ../../.env -- tsx ./src/cli/sendmail.ts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user