Skip to content

Commit

Permalink
ci: build
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Sep 20, 2024
1 parent cc5053c commit d4c3121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "prisma generate && wrangler deploy --minify src/index.ts",
"test": "vitest"
"test": "vitest",
"prepare": "prisma generate"
},
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
Expand Down

0 comments on commit d4c3121

Please sign in to comment.