Skip to content

Commit 66d4bfe

Browse files
committed
fix: disable npm dependabot
1 parent 364d9b2 commit 66d4bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ export default class Package {
15021502
} );
15031503

15041504
// remove empty ".github" directory
1505-
await rmEmptyDir( this.root + "/.github" );
1505+
await rmEmptyDir( this.root + "/.github", { "force": true } );
15061506
}
15071507

15081508
return result( 200 );

0 commit comments

Comments
 (0)