Skip to content

Commit

Permalink
CI: delete seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
raipen committed Nov 18, 2023
1 parent b4186ab commit f7031b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ "$NODE_ENV" = "production" ]; then
npm run prisma:deploy
else
npm run prisma
npm run seed

fi
npm run dev

0 comments on commit f7031b5

Please sign in to comment.