1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-06 03:52:49 +02:00

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
parent 9de92d18e1
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",