summaryrefslogtreecommitdiffhomepage
path: root/cloud/core/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/core/package.json')
-rw-r--r--cloud/core/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloud/core/package.json b/cloud/core/package.json
index 10ba3479c..4b205cad1 100644
--- a/cloud/core/package.json
+++ b/cloud/core/package.json
@@ -17,7 +17,8 @@
"./*": "./src/*"
},
"scripts": {
- "db": "sst shell drizzle-kit"
+ "db": "sst shell drizzle-kit",
+ "typecheck": "tsc --noEmit"
},
"devDependencies": {
"drizzle-kit": "0.30.5",