Skip to content

Commit d63902e

Browse files
committed
test: adjust unscoped auth
1 parent ec3689f commit d63902e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e/tests/commands/add/secure-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function () {
1010
// The environment variable has priority over the .npmrc
1111
delete process.env['NPM_CONFIG_REGISTRY'];
1212
const packageManager = getActivePackageManager();
13-
const supportsUnscopedAuth = packageManager !== 'bun' && packageManager !== 'npm';
13+
const supportsUnscopedAuth = packageManager === 'yarn';
1414
const command = ['add', '@angular/pwa', '--skip-confirmation'];
1515

1616
await expectFileNotToExist('public/manifest.webmanifest');

0 commit comments

Comments
 (0)