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 5043638 commit ba37a2dCopy full SHA for ba37a2d
ng-dev/release/publish/actions.ts
@@ -375,7 +375,6 @@ export abstract class ReleaseAction {
375
return;
376
}
377
378
- const nodeModulesDir = join(this.projectDir, 'node_modules');
379
// Note: We delete all contents of the `node_modules` first. This is necessary
380
// because Yarn could preserve extraneous/outdated nested modules that will cause
381
// unexpected build failures with the NodeJS Bazel `@npm` workspace generation.
0 commit comments