mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
render clear cache fix
This commit is contained in:
parent
2b55195772
commit
d2976cb192
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue