Skip to content

Commit 6bc9bd3

Browse files
committed
generate icon map outside icons folder
1 parent 47c0335 commit 6bc9bd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

devops/icons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const writeIconsToDisk = (icons) => {
168168
};
169169

170170
const generateJS = (icons) => {
171-
const JSPath = `${iconsOutputDirectory}/icons.ts`;
171+
const JSPath = `${moduleDirectory}/icons.ts`;
172172

173173
const iconDescriptors = icons.map((icon) => {
174174
return `{

0 commit comments

Comments
 (0)