Skip to content

Commit

Permalink
ci: run db:migrate before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaequery committed Mar 10, 2024
1 parent 4b3a9a5 commit 6bcca5c
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
Expand Up @@ -11,7 +11,7 @@
"dev": "pnpm run --parallel dev",
"build": "pnpm run --parallel build",
"prod": "pnpm run --parallel prod",
"db:migrate": "pnpm run db:migrate --filter server"
"db:migrate": "pnpm run --parallel db:migrate"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 6bcca5c

Please sign in to comment.