From 457367982594221f87c57cef34d77f9033df7525 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:38:43 +0000 Subject: [PATCH] refactor(ng-dev): remove unused const This is unused. --- ng-dev/release/publish/actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ng-dev/release/publish/actions.ts b/ng-dev/release/publish/actions.ts index ae6ef3c53..0d5f0b230 100644 --- a/ng-dev/release/publish/actions.ts +++ b/ng-dev/release/publish/actions.ts @@ -375,7 +375,6 @@ export abstract class ReleaseAction { return; } - const nodeModulesDir = join(this.projectDir, 'node_modules'); // Note: We delete all contents of the `node_modules` first. This is necessary // because Yarn could preserve extraneous/outdated nested modules that will cause // unexpected build failures with the NodeJS Bazel `@npm` workspace generation.