From b6900a6551dc2cd2506027fb31bb6ea419684e17 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 12 Aug 2021 19:39:57 +0800 Subject: [PATCH] chore: remove concurrency in `prepare` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f2ed921e5..f36ae3efc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "preinstall": "npx only-allow pnpm", "lerna": "lerna", "bootstrap": "lerna bootstrap", - "prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky install && lerna run --concurrency 1 --stream prepack ; fi", + "prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky install && lerna run --stream prepack ; fi", "dev": "lerna run --parallel dev" }, "devDependencies": { @@ -28,4 +28,4 @@ "node": ">=14.15.0", "pnpm": ">=6" } -} \ No newline at end of file +}