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 dfa7ffe commit ae4dcfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/svg-icons/scripts/prepare-nuget.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ fs.mkdirSync( 'src-cs/Telerik.SvgIcons/Icons', { recursive: true } );

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


function prepareNuget() {
const iconList = [];
let iconName;
Expand Down

0 comments on commit ae4dcfc

Please sign in to comment.