Skip to content

Commit ea0da70

Browse files
committed
test: add unrs-resolver to known postinstall scripts
See failure: https://github.com/angular/angular-cli/actions/runs/18489603907/job/52680140981
1 parent e7d955b commit ea0da70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/legacy-cli/e2e/tests/misc/check-postinstalls.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const CURRENT_SCRIPT_PACKAGES: ReadonlySet<string> = new Set([
77
'lmdb (install)',
88
'msgpackr-extract (install)',
99
'nice-napi (install)',
10+
'unrs-resolver (postinstall)',
1011
]);
1112

1213
const POTENTIAL_SCRIPTS: ReadonlyArray<string> = ['preinstall', 'install', 'postinstall'];

0 commit comments

Comments
 (0)