Add i18n script to package.json

pull/21833/head
David Baker 2017-10-19 10:19:43 +01:00
parent e56f9ec63b
commit 61b05e7ec3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
"scripts": {
"reskindex": "node scripts/reskindex.js -h header",
"reskindex:watch": "node scripts/reskindex.js -h header -w",
"i18n": "node scripts/gen-i18n.js",
"build": "npm run reskindex && babel src -d lib --source-maps --copy-files",
"build:watch": "babel src -w -d lib --source-maps --copy-files",
"emoji-data-strip": "node scripts/emoji-data-strip.js",