Skip to content

Commit

Permalink
fix(verity): add reset script
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 3, 2024
1 parent cdbdfbc commit 29e3999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
"prisma:generate": {
"command": "npx prisma generate"
},
"prisma:reset": {
"command": "npx prisma migrate reset --force"
}
}
}

0 comments on commit 29e3999

Please sign in to comment.