Skip to content

Commit

Permalink
fix: trigger svg nuget prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Mar 20, 2024
1 parent 04d7358 commit a745090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/font-icons/scripts/prepare-nuget.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const { iconsCsTemplate } = require('./templates');

const iconsHast = JSON.parse( fs.readFileSync( paths.icons.hast, 'utf-8' ) );


function prepareNuget() {

const telerikIconsCs = iconsCsTemplate( 'Telerik.FontIcons', iconsHast.icons );
Expand Down

0 comments on commit a745090

Please sign in to comment.