Add script to prune unused translations

pull/5339/head
David Baker 2017-10-19 12:11:53 +01:00
parent ae9263fa59
commit 00f902cab1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
"reskindex": "reskindex -h src/header",
"reskindex:watch": "reskindex -h src/header -w",
"i18n": "matrix-gen-i18n",
"prunei18n": "matrix-prune-i18n",
"build:res": "node scripts/copy-res.js",
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
"build:compile": "npm run reskindex && babel --source-maps -d lib src",