diff --git a/package.json b/package.json index 3280933..92b24cb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "description": "Apibara Typescript monorepo", "scripts": { - "build": "turbo run build --parallel", + "build": "turbo run build", "typecheck": "turbo run typecheck --parallel", "test": "turbo run test", "test:ci": "turbo run test:ci",