Ajout un script pour pouvoir lancer gulp watch via la commande :
``` npm run watch ```
This commit is contained in:
parent
5bbd2190e2
commit
4ae7f96eff
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
"IE 10"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"watch": "gulp watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue