mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
render clear cache fix
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user