Skip to content

Commit 670d278

Browse files
committed
fix: remove lock from default clean
1 parent 96ecae7 commit 670d278

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)