Ajout un script pour pouvoir lancer gulp watch via la commande :

```
npm run watch
```
This commit is contained in:
Christophe 2022-03-22 10:47:59 +01:00
parent 5bbd2190e2
commit 4ae7f96eff

View file

@ -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",