Skip to content

Commit 4573679

Browse files
committed
refactor(ng-dev): remove unused const
This is unused.
1 parent 5043638 commit 4573679

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ng-dev/release/publish/actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ export abstract class ReleaseAction {
375375
return;
376376
}
377377

378-
const nodeModulesDir = join(this.projectDir, 'node_modules');
379378
// Note: We delete all contents of the `node_modules` first. This is necessary
380379
// because Yarn could preserve extraneous/outdated nested modules that will cause
381380
// unexpected build failures with the NodeJS Bazel `@npm` workspace generation.

0 commit comments

Comments
 (0)