Skip to content

Commit

Permalink
fix: write emoji mappings into new directories
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 16, 2024
1 parent a67cd11 commit ce527de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lifecycle/generateEmojiMapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ for (const group of Object.keys(ordering)) {
}
}

writeFile("components/ui/emojiMapping.json", JSON.stringify(Mapping), "utf8");
writeFile(
"packages/client/components/ui/emojiMapping.json",
JSON.stringify(Mapping),
"utf8"
);

0 comments on commit ce527de

Please sign in to comment.