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 7925640 commit 75c8362
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts",
"test": "vitest",
"setup": "prisma generate && prisma migrate deploy && prisma db seed"
"deploy": "prisma generate && wrangler deploy --minify src/index.ts",
"test": "vitest"
},
"dependencies": {
"@hono/swagger-ui": "^0.4.1",
Expand Down

0 comments on commit 75c8362

Please sign in to comment.