npm scripts

This commit is contained in:
antelle 2017-05-20 12:03:47 +02:00
parent 6d53326bea
commit 335de51b21
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"doc": "docs"
},
"scripts": {
"start": "node scripts/update-plugins.js",
"start": "npm run-script translations && npm run-script update",
"update": "node scripts/update-plugins.js",
"translations": "node scripts/download-translations.js"
},
"repository": {