Skip to content

Commit

Permalink
fixup! Brands list
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdolique committed Nov 26, 2024
1 parent 238941a commit 647c8bb
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 @@ -12,7 +12,8 @@
"db:generate": "drizzle-kit generate",
"db:migrate": "tsx ./tools/migrate.ts",
"db:migrate:local": "tsx --env-file=.env ./tools/migrate.ts",
"db:seed": "tsx --env-file=.env ./tools/seed.ts",
"db:seed": "tsx ./tools/seed.ts",
"db:seed:local": "tsx --env-file=.env ./tools/seed.ts",
"db:studio": "drizzle-kit studio",
"typecheck": "nuxi typecheck"
},
Expand Down

0 comments on commit 647c8bb

Please sign in to comment.