mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Add 'watch' npm script.
This commit is contained in:
parent
baa6c3900b
commit
c6aac064da
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
"scripts": {
|
||||
"postinstall": "bower install",
|
||||
"build": "gulp build",
|
||||
"build-dev": "gulp build --dev"
|
||||
"build-dev": "gulp build --dev",
|
||||
"watch": "gulp watch",
|
||||
"watch-dev": "gulp watch --dev"
|
||||
},
|
||||
"author": "Yunohost",
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Reference in a new issue