Skip to content

Commit 87501b1

Browse files
committed
feat: add prisma deploy script
1 parent d409f68 commit 87501b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "store",
33
"scripts": {
44
"dev": "bun run --hot src/index.ts",
5-
"start": "NODE_ENV=production bun run src/index.ts"
5+
"start": "NODE_ENV=production bun run src/index.ts",
6+
"prisma-deploy": "prisma migrate deploy"
67
},
78
"dependencies": {
89
"@prisma/client": "^6.18.0",

0 commit comments

Comments
 (0)