adding migration script

This commit is contained in:
lila 2026-03-31 10:09:30 +02:00
parent e3a2136720
commit 521ffe3b6e

View file

@ -4,7 +4,8 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "tsc" "build": "tsc",
"migrate": "drizzle-kit migrate"
}, },
"dependencies": { "dependencies": {
"@glossa/shared": "workspace:*", "@glossa/shared": "workspace:*",