mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-19 19:11:49 +02:00
Fix seed script
This commit is contained in:
parent
f7e640e74b
commit
ba61850bcc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
"release": "./scripts/create-release.sh"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "pnpm workspace @rallly/database db:seed",
|
||||
"seed": "pnpm --filter @rallly/database db:seed",
|
||||
"schema": "./packages/database/prisma/schema.prisma"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue