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,
"type": "module",
"scripts": {
"build": "tsc"
"build": "tsc",
"migrate": "drizzle-kit migrate"
},
"dependencies": {
"@glossa/shared": "workspace:*",