chore: add initial migration for db

This commit is contained in:
Andrea
2023-03-03 09:24:54 +01:00
parent 5aa92be838
commit 1b4ec1ef6d
3 changed files with 16 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"build": "prisma generate && prisma migrate deploy && remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"