Skip to content

Commit 73c80d7

Browse files
kyliaualan-agius4
authored andcommitted
test(@angular/cli): use local registry in update-1.0-yarn test
1 parent b00c4df commit 73c80d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/legacy-cli/e2e/tests/update/update-1.0-yarn.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { isPrereleaseCli, useBuiltPackages, useCIChrome, useCIDefaults } from '.
44
import { expectToFail } from '../../utils/utils';
55

66
export default async function() {
7+
process.env['NPM_CONFIG_REGISTRY'] = 'http://localhost:4873';
8+
79
const extraUpdateArgs = (await isPrereleaseCli()) ? ['--next', '--force'] : [];
810

911
const dir = await createProjectFromAsset('1.0-yarn-workspace-project', false, true);

0 commit comments

Comments
 (0)