[enh] Add 'watch' npm script.

This commit is contained in:
opi 2016-07-21 12:09:47 +02:00
parent baa6c3900b
commit c6aac064da

View file

@ -8,7 +8,9 @@
"scripts": { "scripts": {
"postinstall": "bower install", "postinstall": "bower install",
"build": "gulp build", "build": "gulp build",
"build-dev": "gulp build --dev" "build-dev": "gulp build --dev",
"watch": "gulp watch",
"watch-dev": "gulp watch --dev"
}, },
"author": "Yunohost", "author": "Yunohost",
"license": "AGPL-3.0", "license": "AGPL-3.0",