Skip to content

Commit 77c0688

Browse files
committed
fix: make clean more forceful
1 parent 31fc991 commit 77c0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const shouldClean = async git => {
2626

2727
const forceClean = async git => {
2828
try {
29-
await git.clean('xdf');
29+
await git.clean('xfdf');
3030
} catch {
3131
// handles cases on windows where path can be too long to clean
3232
const files = await getCompleteFileList(git);

0 commit comments

Comments
 (0)