Skip to content

Commit

Permalink
Update build-script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ziat007 authored Jul 6, 2024
1 parent 8e6c3d2 commit 424d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ var iconTemplates = ${JSON.stringify(iconTemplates, null, 2)};
${templateEnd}`;

// Write the final content to the output file
fs.writeFileSync('src/studio-icons_beta.js', finalContent);
fs.writeFileSync('output/studio-icons_beta.js', finalContent);

console.log('studio-icons_beta.js has been generated successfully.');

0 comments on commit 424d05f

Please sign in to comment.