Skip to content

Commit 61b9c3a

Browse files
another grapql udapte
1 parent 6bff53a commit 61b9c3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/tests/orm/hapi-graphql-sdl-first

.github/tests/orm/hapi-graphql-sdl-first/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ echo "✅ DATABASE_URL: $DATABASE_URL"
5252

5353
popd > /dev/null # Back to orm/hapi-graphql-sdl-first
5454

55-
# Run migrations and seed
56-
npx prisma migrate dev --name init
55+
# Run migrations
56+
npx prisma migrate dev --name init --skip-seed
5757
npx prisma db seed
5858

5959
# Start the app

0 commit comments

Comments
 (0)