set pnpm minimumReleaseAge to 1 day (#2306)

This commit is contained in:
Mohammed Nafees
2025-09-17 14:50:38 +02:00
committed by GitHub
parent da6c23ede4
commit 6bd7d0ec4a
4 changed files with 4 additions and 0 deletions

1
frontend/app/.npmrc Normal file
View File

@@ -0,0 +1 @@
minimumReleaseAge=1440

View File

@@ -1,3 +1,4 @@
package-manager-strict=false
public-hoist-pattern[]=*
resolution-mode=highest
minimumReleaseAge=1440

View File

@@ -1,3 +1,4 @@
package-manager-strict=false
public-hoist-pattern[]=*
resolution-mode=highest
minimumReleaseAge=1440

1
sdks/typescript/.npmrc Normal file
View File

@@ -0,0 +1 @@
minimumReleaseAge=1440