From 4ebd8be2d35426c2fc0cb56ef6d3c15bb321a920 Mon Sep 17 00:00:00 2001 From: Jaron Heard Date: Fri, 10 Jan 2025 10:07:41 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20rename=20studio:production=20scr?= =?UTF-8?q?ipt=20to=20studio:prod=20for=20consistency=20and=20brevity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/db/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/db/package.json b/packages/db/package.json index e8ce3ac3..10c0f525 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -30,7 +30,7 @@ "lint": "eslint", "push": "pnpm with-env drizzle-kit push --config src/config.ts", "studio": "pnpm with-env drizzle-kit studio --config src/config.ts", - "studio:production": "pnpm with-env:production drizzle-kit studio --config src/config.ts", + "studio:prod": "pnpm with-env:production drizzle-kit studio --config src/config.ts", "dr": "pscale dr create timetime dev", "typecheck": "tsc --noEmit --emitDeclarationOnly false", "with-env": "dotenv -e ../../.env.local --",