Test-tube babies shouldn't throw stones.

This commit is contained in:
Sebastien Castiel
2024-10-25 14:28:32 -04:00
parent 5d96cdc1c2
commit 35bbb04b9d

View File

@@ -7,7 +7,8 @@
"check-types": "tsc --noEmit",
"check-formatting": "prettier -c src",
"prettier": "prettier -w src",
"postinstall": "prisma migrate deploy && prisma generate"
"postinstall": "prisma generate",
"build": "tsc"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",