watch plugin npm script

This commit is contained in:
antelle 2017-06-11 19:01:41 +02:00
parent 696d178616
commit 4e96bcf75b
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"scripts": {
"start": "node scripts/start.js",
"update": "node scripts/update-plugins.js",
"translations": "node scripts/download-translations.js"
"translations": "node scripts/download-translations.js",
"watch-plugin": "node ../keeweb/plugins/keeweb-plugin/keeweb-plugin.js watch docs/plugins/keewebhttp/ --bump-version --signer-module=/Users/Antelle/Projects/keeweb/keeweb-plugins/scripts/sign.js "
},
"repository": {
"type": "git",