Skip to content

Commit

Permalink
adds back migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Sep 11, 2024
1 parent 60948c3 commit 936fc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "turbo run build",
"build": "turbo run build && pnpm --filter=db migrations:apply",
"dev": "turbo run dev",
"lint": "turbo run lint",
"migrations:generate": "pnpm --filter=db migrations:generate",
Expand Down

0 comments on commit 936fc69

Please sign in to comment.