Skip to content

Commit b8a7752

Browse files
committed
WIP
1 parent 33f2b02 commit b8a7752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ import { createNpmConfigForAuthentication } from '../../../utils/registry';
55
import { expectToFail } from '../../../utils/utils';
66

77
export default async function () {
8+
process.env['NG_DEBUG'] = '1';
89
const originalNpmConfigRegistry = process.env['NPM_CONFIG_REGISTRY'];
910
try {
1011
// The environment variable has priority over the .npmrc
1112
delete process.env['NPM_CONFIG_REGISTRY'];
1213
const packageManager = getActivePackageManager();
13-
const supportsUnscopedAuth = packageManager !== 'bun' && packageManager !== 'npm';
14+
const supportsUnscopedAuth = false;
1415
const command = ['add', '@angular/pwa', '--skip-confirmation'];
1516

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

0 commit comments

Comments
 (0)