move prisma to production dependencies to be able to run it after deployment

This commit is contained in:
m5r
2021-09-03 02:51:50 +08:00
parent 0f7e6149d9
commit a029381e3b
2 changed files with 2 additions and 4 deletions

View File

@ -62,6 +62,7 @@
"next-pwa": "5.3.1",
"pino": "6.13.1",
"pino-pretty": "6.0.0",
"prisma": "2.30.0",
"quirrel": "1.7.1",
"react": "18.0.0-alpha-8723e772b-20210826",
"react-datocms": "1.6.3",
@ -95,7 +96,6 @@
"prettier-plugin-prisma": "2.30.0",
"pretty-quick": "3.1.1",
"preview-email": "3.0.5",
"prisma": "2.30.0",
"test-listen": "1.1.0",
"type-fest": "2.1.0",
"typescript": "4.4.2"