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": {
|
"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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue