This commit is contained in:
Timur Ercan
2023-01-09 09:53:57 +01:00
parent 0689503ac4
commit 9619e1adfb

View File

@ -2,8 +2,8 @@
"name": "documenso-monorepo", "name": "documenso-monorepo",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"build": "cd src&cd apps&cd web&next build", "build": "cd apps&&cd web&&next build",
"start": "cd src&cd apps&cd web&next start" "start": "cd apps&&cd web&&next start"
}, },
"workspaces": [ "workspaces": [
"apps/*", "apps/*",