Skip to content

Commit

Permalink
fix: 修改命令
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Apr 20, 2024
1 parent cf0dd6f commit d6b4ce3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"start": "next start",
"lint": "next lint",
"prisma:format": "npx prisma format",
"prisma:dev": "npx prisma migrate dev && npx prisma generate",
"postinstall": "npx prisma migrate deploy && npx prisma generate"
"prisma:generate": "npx prisma generate",
"prisma:dev": "npx prisma migrate dev",
"prisma:deploy": "npx prisma migrate deploy",
"postinstall": "npx prisma generate"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
Expand Down

0 comments on commit d6b4ce3

Please sign in to comment.