We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bff53a commit 61b9c3aCopy full SHA for 61b9c3a
1 file changed
.github/tests/orm/hapi-graphql-sdl-first/run.sh
@@ -52,8 +52,8 @@ echo "✅ DATABASE_URL: $DATABASE_URL"
52
53
popd > /dev/null # Back to orm/hapi-graphql-sdl-first
54
55
-# Run migrations and seed
56
-npx prisma migrate dev --name init
+# Run migrations
+npx prisma migrate dev --name init --skip-seed
57
npx prisma db seed
58
59
# Start the app
0 commit comments