render clear cache fix

This commit is contained in:
Timur Ercan
2023-01-16 15:37:45 +01:00
parent 2b55195772
commit d2976cb192

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"dev": "cd apps && cd web && next dev",
"build": "cd apps && cd web && next build",
"build": "cd apps && cd web && npm i && next build",
"start": "cd apps && cd web && next start",
"db-seed": "prisma db seed",
"db-studio": "prisma studio"