1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:45:22 -04:00

fix prisma cache

https://pris.ly/d/vercel-build
This commit is contained in:
Jake Jarvis 2023-06-17 20:27:18 -04:00
parent afbdcc7b06
commit fd12689a49
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 1 deletions

1
package-lock.json generated
View File

@ -5,6 +5,7 @@
"packages": {
"": {
"name": "jarv.is",
"hasInstallScript": true,
"license": "(MIT AND CC-BY-4.0)",
"dependencies": {
"@giscus/react": "^2.2.8",

View File

@ -14,7 +14,8 @@
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx"
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx",
"postinstall": "prisma generate"
},
"dependencies": {
"@giscus/react": "^2.2.8",