Add db:migrate npm script for local development convenience

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-20 22:19:36 +01:00
parent 61ad63ce35
commit 044a73c3f0

View file

@ -8,6 +8,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:migrate": "drizzle-kit migrate",
"import-annotations": "tsx scripts/import_talib_annotations.ts",
"list-charts": "tsx scripts/list_charts.ts"
},