Skip to content

Commit

Permalink
fix(docs): Update Snaplet Seed tutorial. (#6008)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoux committed May 16, 2024
1 parent f9591b4 commit e38ec84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ npx prisma db seed
"scripts": {
//add-start
"migrate": "prisma migrate dev",
"postmigrate": "npx @snaplet/seed --config prisma/seed/seed.config.ts sync"
"postmigrate": "npx @snaplet/seed sync"
//add-end
}
"devDependencies": {
Expand Down

0 comments on commit e38ec84

Please sign in to comment.