From 2dc4081a12f54174543cb29d0444313adc77cdf9 Mon Sep 17 00:00:00 2001 From: jaipaljadeja Date: Fri, 18 Oct 2024 00:35:33 +0530 Subject: [PATCH] fix: turbo build order --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",