File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6262 DATABASE_URL : postgresql://keypal:keypal_dev@localhost:5432/keypal
6363
6464 - name : Generate Prisma Client
65- run : bun run prisma:generate
66- env :
67- DATABASE_URL : postgresql://keypal:keypal_dev@localhost:5432/keypal
65+ run : bunx prisma generate
6866
6967 - name : Push Prisma schema
7068 run : bunx prisma db push --skip-generate
Original file line number Diff line number Diff line change 7070 "test:coverage" : " vitest --coverage" ,
7171 "test:redis" : " vitest run src/storage/redis.test.ts" ,
7272 "test:drizzle" : " vitest run src/storage/drizzle.test.ts" ,
73- "test:prisma" : " prisma generate && vitest run src/storage/prisma.test.ts" ,
73+ "test:prisma" : " vitest run src/storage/prisma.test.ts" ,
7474 "prisma:generate" : " prisma generate" ,
7575 "bench" : " bun run benchmark.ts" ,
7676 "example:hono" : " bun run examples/hono-api.ts" ,
You can’t perform that action at this time.
0 commit comments