Skip to content

Commit 2a6db9a

Browse files
clydinalan-agius4
authored andcommitted
test: ensure schematics CLI E2E tests use local package registry
(cherry picked from commit c34cf58)
1 parent d792da5 commit 2a6db9a

File tree

1 file changed

+2
-0
lines changed
  • tests/legacy-cli/e2e/tests/schematics_cli

1 file changed

+2
-0
lines changed

tests/legacy-cli/e2e/tests/schematics_cli/basic.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default async function () {
1010
return;
1111
}
1212

13+
process.env['NPM_CONFIG_REGISTRY'] = 'http://localhost:4873';
14+
1315
await silentNpm(
1416
'install',
1517
'-g',

0 commit comments

Comments
 (0)