From 1e2a5f4bdcb0b8a372b24830beaa96d4c397fbc2 Mon Sep 17 00:00:00 2001 From: Philippe Schommers Date: Mon, 4 Sep 2023 17:54:21 +0200 Subject: [PATCH] fix: remove --parallel from build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a05156f..a732aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "scripts": { - "ci:build": "pnpm run --parallel -r build", + "ci:build": "pnpm run -r build", "ci:publish": "pnpm run ci:build && pnpm changeset publish" }, "devDependencies": {