Skip to content

Commit 0e4440e

Browse files
petyosiclaude
andcommitted
Fix devEngines.packageManager breaking changesets release
Change onFail from "error" to "warn" so npm info commands run by changesets action don't fail due to pnpm requirement. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2651873 commit 0e4440e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"packageManager": {
4646
"name": "pnpm",
47-
"onFail": "error"
47+
"onFail": "warn"
4848
}
4949
},
5050
"packageManager": "pnpm@10.28.0"

0 commit comments

Comments
 (0)