Skip to content

Commit

Permalink
Merge pull request #2416 from umbraco/v15/feature/improve-icon-genera…
Browse files Browse the repository at this point in the history
…tion

Feat: improve generation feedback
  • Loading branch information
nielslyngsoe authored Oct 7, 2024
2 parents 1d93bc0 + 18ab818 commit b7c2adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const writeIconsToDisk = (icons) => {
}

// eslint-disable-next-line no-undef
console.log(`icon: ${icon.name} generated`);
//console.log(`icon: ${icon.name} generated`);
});
});
};
Expand All @@ -188,7 +188,7 @@ const generateJS = (icons) => {
}

// eslint-disable-next-line no-undef
console.log('icon manifests generated');
console.log('Icons outputted and Icon Manifests generated!');
});
};

Expand Down

0 comments on commit b7c2adb

Please sign in to comment.