mirror of https://github.com/openclaw/openclaw.git
build: exclude @mariozechner packages from pnpm release age
This commit is contained in:
parent
ff36bc314d
commit
e7e383b7cf
|
|
@ -1246,6 +1246,9 @@
|
|||
"packageManager": "pnpm@10.32.1",
|
||||
"pnpm": {
|
||||
"minimumReleaseAge": 2880,
|
||||
"minimumReleaseAgeExclude": [
|
||||
"@mariozechner/*"
|
||||
],
|
||||
"overrides": {
|
||||
"hono": "4.12.9",
|
||||
"@hono/node-server": "1.19.10",
|
||||
|
|
|
|||
Loading…
Reference in New Issue