diff --git a/package.json b/package.json index 2b3c3f5..b241415 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,15 @@ ], "scripts": { "build": "turbo run build", - "compile": "turbo run compile --filter=@furtherverse/server", - "compile:darwin": "turbo run compile:darwin --filter=@furtherverse/server", - "compile:linux": "turbo run compile:linux --filter=@furtherverse/server", - "compile:windows": "turbo run compile:windows --filter=@furtherverse/server", + "compile": "turbo run compile", + "compile:darwin": "turbo run compile:darwin", + "compile:linux": "turbo run compile:linux", + "compile:windows": "turbo run compile:windows", "dev": "turbo run dev", - "dist": "turbo run dist --filter=@furtherverse/desktop", - "dist:linux": "turbo run dist:linux --filter=@furtherverse/desktop", - "dist:mac": "turbo run dist:mac --filter=@furtherverse/desktop", - "dist:win": "turbo run dist:win --filter=@furtherverse/desktop", + "dist": "turbo run dist", + "dist:linux": "turbo run dist:linux", + "dist:mac": "turbo run dist:mac", + "dist:win": "turbo run dist:win", "fix": "turbo run fix", "typecheck": "turbo run typecheck" },