Skip to content

Commit a1c39f6

Browse files
authored
fix: remove lock from default clean (#5881)
1 parent 96ecae7 commit a1c39f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/commands/clean.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export class CleanCommand implements ICommand {
110110
constants.HOOKS_DIR_NAME,
111111
constants.PLATFORMS_DIR_NAME,
112112
constants.NODE_MODULES_FOLDER_NAME,
113-
constants.PACKAGE_LOCK_JSON_FILE_NAME,
114113
];
115114

116115
try {

0 commit comments

Comments
 (0)