mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Support for custom shows in channels - Part 2 (#173)
This commit is contained in:
committed by
GitHub
parent
2fe9c8cb04
commit
593a29ba9b
@@ -3,7 +3,7 @@
|
||||
"pipeline": {
|
||||
"clean": {},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"dependsOn": ["clean", "^build"],
|
||||
"outputs": ["build/**", "dist/**"]
|
||||
},
|
||||
"bundle": {
|
||||
@@ -11,7 +11,7 @@
|
||||
"outputs": ["build/**", "dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["clean", "@tunarr/shared#build", "@tunarr/types#build"],
|
||||
"dependsOn": ["@tunarr/shared#build", "@tunarr/types#build"],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user