Skip to content

Commit

Permalink
chore: covector don't pipe cargo generate-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula authored Sep 2, 2024
1 parent 2b6dd55 commit fbc7483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"command": "cargo generate-lockfile",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
"pipe": false
}
],
"prepublish": [
{
"command": "cargo generate-lockfile",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
"pipe": false
}
],
"publish": [
Expand Down

0 comments on commit fbc7483

Please sign in to comment.