Skip to content

Commit

Permalink
fix: Something
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Feb 27, 2024
1 parent a689f07 commit efd2e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function installCrossDeps(done) {

// Remove old packages
for (const bp of badPackages) {
console.log(`Removing: ${bp.path + bp.name}`);
fs.removeSync(bp.path + bp.name);
}

Expand Down

0 comments on commit efd2e0a

Please sign in to comment.