Skip to content

Commit

Permalink
chore(backend): remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Sep 14, 2024
1 parent 5e8d7a7 commit 026e916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"fix": "biome check --write ./src/",
"typecheck": "tsc --noEmit",
"generate:drizzle": "drizzle-kit generate",
"migrate:remote": "wrangler d1 migrations apply chefcam --remote",
"migrate:local": "wrangler d1 migrations apply chefcam --local",
"migrate:remote": "wrangler d1 migrations apply chefcam --remote",
"migrate:local": "wrangler d1 migrations apply chefcam --local",
"drizzle-studio:remote": "NODE_ENV=production drizzle-kit studio",
"drizzle-studio:local": "drizzle-kit studio"
},
Expand Down

0 comments on commit 026e916

Please sign in to comment.