From fbc7483e7ed7ab966bb40c3e05b3b417355fcd37 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 2 Sep 2024 18:23:08 +0300 Subject: [PATCH] chore: covector don't pipe cargo generate-lockfile --- .changes/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index faa09ea0..0954724d 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -15,7 +15,7 @@ "command": "cargo generate-lockfile", "dryRunCommand": true, "runFromRoot": true, - "pipe": true + "pipe": false } ], "prepublish": [ @@ -23,7 +23,7 @@ "command": "cargo generate-lockfile", "dryRunCommand": true, "runFromRoot": true, - "pipe": true + "pipe": false } ], "publish": [