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 2a3cbd399..48af18043 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -18,6 +18,7 @@ }, "scripts": { "db": "sst shell drizzle-kit", + "db-prod": "sst shell --stage production -- drizzle-kit", "typecheck": "tsc --noEmit" }, "devDependencies": { |
