Skip to content

Commit

Permalink
🔧 rename studio:production script to studio:prod for consistency and …
Browse files Browse the repository at this point in the history
…brevity
  • Loading branch information
jaronheard committed Jan 10, 2025
1 parent 112c8f1 commit 4ebd8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 --",
Expand Down

0 comments on commit 4ebd8be

Please sign in to comment.