diff --git a/package.json b/package.json index 0a7ab0454..f4caa2d1c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A powerful library for interacting with the Discord API", "private": true, "scripts": { - "build": "turbo run build --parallel", + "build": "turbo run build", "test": "turbo run test --parallel", "lint": "turbo run lint --parallel", "format": "turbo run format --parallel",