diff options
Diffstat (limited to 'cloud/core/package.json')
| -rw-r--r-- | cloud/core/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/core/package.json b/cloud/core/package.json index d064c957e..fa401cea8 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -18,6 +18,7 @@ }, "scripts": { "db": "sst shell drizzle-kit", + "db-dev": "sst shell --stage dev -- drizzle-kit", "db-prod": "sst shell --stage production -- drizzle-kit", "typecheck": "tsc --noEmit" }, |
