Add script to prune unused translations
This commit is contained in:
parent
ae9263fa59
commit
00f902cab1
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue