{ "name": "commitea", "private": true, "packageManager": "yarn@4.5.0", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "dev": "yarn workspace @commitea/desktop dev", "build": "yarn workspaces foreach -A run build", "test": "yarn workspaces foreach -A run test", "typecheck": "yarn workspaces foreach -A run typecheck" } }