update scripts

This commit is contained in:
antelle 2017-11-28 18:39:56 +01:00
parent ccee2f85e1
commit 6cdf1a1b31
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"start": "node scripts/start.js",
"update": "node scripts/update-plugins.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 "
"watch": "run() { node ../keeweb/plugins/keeweb-plugin/keeweb-plugin.js watch docs/plugins/$1/ --bump-version --signer-module=../../../keeweb-plugins/scripts/sign; }; run",
"sign": "run() { node ../keeweb/plugins/keeweb-plugin/keeweb-plugin.js sign docs/plugins/$1/ --signer-module=../../../keeweb-plugins/scripts/sign; }; run"
},
"repository": {
"type": "git",