#35 added watch script to npm scripts

This commit is contained in:
Serraniel 2020-08-29 16:47:23 +02:00
parent 8877e4e688
commit dcc9ded0af
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -8,7 +8,8 @@
"build": "gulp build",
"build:prod": "cross-env NODE_ENV=production gulp build",
"dist": "gulp dist",
"dist:prod": "cross-env NODE_ENV=production gulp dist"
"dist:prod": "cross-env NODE_ENV=production gulp dist",
"watch": "gulp dist && gulp watch"
},
"repository": {
"type": "git",