Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version

This commit is contained in:
Björn Dahlgren 2015-11-10 00:35:20 +01:00 committed by Keivan Beigi
commit 1293bab868
4 changed files with 7 additions and 6 deletions

View file

@ -4,7 +4,8 @@
"description": "Sonarr",
"main": "main.js",
"scripts": {
"preinstall": ""
"build": "gulp build",
"start": "gulp watch"
},
"repository": {
"type": "git",