From 670d278320c0a57d63efc099092092d9d372b5ce Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 16 Sep 2025 08:38:51 -0700 Subject: [PATCH] fix: remove lock from default clean --- lib/commands/clean.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands/clean.ts b/lib/commands/clean.ts index 2d0608140d..62a00bf8ce 100644 --- a/lib/commands/clean.ts +++ b/lib/commands/clean.ts @@ -110,7 +110,6 @@ export class CleanCommand implements ICommand { constants.HOOKS_DIR_NAME, constants.PLATFORMS_DIR_NAME, constants.NODE_MODULES_FOLDER_NAME, - constants.PACKAGE_LOCK_JSON_FILE_NAME, ]; try {