Add watch script

This commit is contained in:
Jiiks 2018-01-16 09:05:33 +02:00
parent 902119fbae
commit 006b7bed7a
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
"jquery": "^3.2.1"
},
"scripts": {
"build": "webpack --progress --colors"
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch"
}
}