🔨 build(gulp): Add watch script
This commit is contained in:
parent
bec71a48ea
commit
106da54a41
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"build": "gulp build"
|
||||
"build": "gulp build",
|
||||
"watch": "gulp watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.29.3",
|
||||
|
|
Loading…
Reference in a new issue