build(bazel): turn on --nolegacy-external-runfiles (#26770)
PR Close #26770
This commit is contained in:

committed by
Andrew Kushnir

parent
f8f1168fa6
commit
3da82338d1
@ -136,7 +136,7 @@ export function setupBazelTo(basePath: string) {
|
||||
}
|
||||
|
||||
// Link typescript
|
||||
const typescriptSource = path.join(sources, 'angular/external/ngdeps/node_modules/typescript');
|
||||
const typescriptSource = path.join(sources, 'ngdeps/node_modules/typescript');
|
||||
const typescriptDest = path.join(nodeModulesPath, 'typescript');
|
||||
if (fs.existsSync(typescriptSource)) {
|
||||
fs.symlinkSync(typescriptSource, typescriptDest);
|
||||
|
Reference in New Issue
Block a user