Skip to content

Commit

Permalink
Fix build script, add default emojis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Aug 28, 2018
1 parent e352765 commit 662fad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
generated
6 changes: 3 additions & 3 deletions bin/build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const build = require('../build');

process.stdout.write(
'\u001b[96m\u001b[1mGenerating simple emoji map...\u001b[0m'
);

require('../build').then(() =>
console.log('\u001b[96m\u001b[1m 👍\u001b[0m\n')
);
build().then(() => console.log('\u001b[96m\u001b[1m 👍\u001b[0m\n'));
1 change: 1 addition & 0 deletions generated/emojis.json

Large diffs are not rendered by default.

0 comments on commit 662fad8

Please sign in to comment.