File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 14
14
"dependsOn" : [" ^build" , " rss" , " schema" ]
15
15
},
16
16
"dev" : {
17
- "dependsOn" : [" schema" ]
17
+ "dependsOn" : [" schema" ],
18
+ "persistent" : true ,
19
+ "cache" : false
18
20
},
19
21
"schema" : {
22
+ "inputs" : [], // None of the files in this workspace matter
23
+ "dependsOn" : [" @turbo/types#topo" ],
20
24
"outputs" : [" public/schema.json" ]
21
25
},
22
26
"rss" : {
27
+ "inputs" : [" pages/blog/**" , " scripts/generate-rss.js" ],
23
28
"outputs" : [" public/feed.xml" ]
24
29
}
25
30
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : [" //" ],
3
+ "pipeline" : {
4
+ // This task exists so the docs workspace
5
+ // can watch this workspace for file changes.
6
+ "topo" : {}
7
+ }
8
+ }
Original file line number Diff line number Diff line change 18
18
"check-types" : {
19
19
"dependsOn" : [" ^build" ]
20
20
},
21
- "dev" : {
22
- "cache" : false
23
- },
24
21
"//#build:ts" : {
25
22
"outputs" : [" packages/**/dist" ]
26
23
},
You can’t perform that action at this time.
0 commit comments