mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 03:19:40 +02:00
fix(clock-backend): specify drizzle config path in entrypoint
drizzle-kit looks for drizzle.config.json by default, but project uses drizzle.config.ts. Added explicit --config flag. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c512592685
commit
650b05bc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ cd /app/apps/clock/apps/backend
|
|||
|
||||
# Run schema push
|
||||
echo "Pushing database schema..."
|
||||
npx drizzle-kit push --force
|
||||
npx drizzle-kit push --config drizzle.config.ts --force
|
||||
echo "Schema push completed!"
|
||||
|
||||
# Execute the main command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue