diff --git a/package.json b/package.json index c54f0fe..921f01d 100644 --- a/package.json +++ b/package.json @@ -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" },