Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit d9c2260

Browse files
committed
update snaplet seed instructions
1 parent f9591b4 commit d9c2260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ npx prisma db seed
494494
"scripts": {
495495
//add-start
496496
"migrate": "prisma migrate dev",
497-
"postmigrate": "npx @snaplet/seed --config prisma/seed/seed.config.ts sync"
497+
"postmigrate": "npx @snaplet/seed sync"
498498
//add-end
499499
}
500500
"devDependencies": {

0 commit comments

Comments
 (0)