We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unrs-resolver
1 parent e7d955b commit ea0da70Copy full SHA for ea0da70
tests/legacy-cli/e2e/tests/misc/check-postinstalls.ts
@@ -7,6 +7,7 @@ const CURRENT_SCRIPT_PACKAGES: ReadonlySet<string> = new Set([
7
'lmdb (install)',
8
'msgpackr-extract (install)',
9
'nice-napi (install)',
10
+ 'unrs-resolver (postinstall)',
11
]);
12
13
const POTENTIAL_SCRIPTS: ReadonlyArray<string> = ['preinstall', 'install', 'postinstall'];
0 commit comments