mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version
This commit is contained in:
parent
9de92d18e1
commit
1293bab868
4 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,8 @@
|
|||
"description": "Sonarr",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"preinstall": ""
|
||||
"build": "gulp build",
|
||||
"start": "gulp watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue