1 parent 23e3d44 commit b144953Copy full SHA for b144953
1 file changed
tests/e2e/setup/001-npm-sandbox.ts
@@ -35,8 +35,9 @@ export default async function () {
35
process.env['NPM_CONFIG_legacy_peer_deps'] = 'true';
36
}
37
38
- // Allow github tarballs consumption.
+ // Allow github tarballs and git dependencies consumption.
39
process.env['NPM_CONFIG_allow_remote'] = 'all';
40
+ process.env['NPM_CONFIG_allow_git'] = 'true';
41
42
// Configure the registry and prefix used within the test sandbox via rc files
43
await writeFile(npmrc, `registry=${npmRegistry}\nprefix=${npmModulesPrefix}`);
0 commit comments