diff --git a/package.json b/package.json index c20518343..ad2db5615 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "documenso-monorepo", "version": "0.0.0", "scripts": { - "build": "cd src&cd apps&cd web&next build", - "start": "cd src&cd apps&cd web&next start" + "build": "cd apps&&cd web&&next build", + "start": "cd apps&&cd web&&next start" }, "workspaces": [ "apps/*",