Skip to content

Commit 98d7c04

Browse files
authored
chore: Add @metamask-previews/* to NPM age gate exceptions (#3699)
We sometimes use `@metamask-previews/*` to use preview builds for testing certain features. These will usually not be 3 days old, so can't be installed without an exception. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds `@metamask-previews/*` to `npmPreapprovedPackages` in `.yarnrc.yml` to bypass the 3-day NPM minimal age gate. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 571c068. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 18b335e commit 98d7c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ npmMinimalAgeGate: 4320 # 3 days (in minutes)
2828
# regardless of their publish age.
2929
npmPreapprovedPackages:
3030
- '@metamask/*'
31+
- '@metamask-previews/*'
3132
- '@lavamoat/*'

0 commit comments

Comments
 (0)