We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91133fc commit 03d732cCopy full SHA for 03d732c
1 file changed
tests/legacy-cli/e2e/utils/project.ts
@@ -41,6 +41,7 @@ export async function prepareProjectForE2e(name: string) {
41
await git('config', 'user.email', 'angular-core+e2e@google.com');
42
await git('config', 'user.name', 'Angular CLI E2E');
43
await git('config', 'commit.gpgSign', 'false');
44
+ await git('config', 'core.longpaths', 'true');
45
46
if (argv['ng-snapshots'] || argv['ng-tag']) {
47
await useSha();
0 commit comments