You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Update comment
This commit is contained in:
@ -14,5 +14,6 @@ const output = Object.keys(EMOJI_DATA).map(
|
||||
},
|
||||
);
|
||||
|
||||
// Write to a file in src. Changes should be checked in to git
|
||||
// Write to a file in src. Changes should be checked into git. This file is copied by
|
||||
// babel using --copy-files
|
||||
fs.writeFileSync('./src/stripped-emoji.json', JSON.stringify(output));
|
||||
|
Reference in New Issue
Block a user