44 "useInferencePlugins" : false ,
55 "parallel" : 5 ,
66 "namedInputs" : {
7- "sharedGlobals" : [
8- " {workspaceRoot}/package.json" ,
9- " {workspaceRoot}/tsconfig.json" ,
10- " {workspaceRoot}/biome.json"
11- ],
12- "default" : [
13- " sharedGlobals" ,
14- " {projectRoot}/**/*" ,
15- " !{projectRoot}/**/*.md"
16- ],
17- "production" : [
18- " default" ,
19- " !{projectRoot}/tests/**/*"
20- ]
7+ "sharedGlobals" : [" {workspaceRoot}/package.json" , " {workspaceRoot}/tsconfig.json" , " {workspaceRoot}/biome.json" ],
8+ "default" : [" sharedGlobals" , " {projectRoot}/**/*" , " !{projectRoot}/**/*.md" ],
9+ "production" : [" default" , " !{projectRoot}/tests/**/*" ]
2110 },
2211 "targetDefaults" : {
2312 "check" : {
2413 "cache" : false
2514 },
2615 "test:unit" : {
2716 "cache" : true ,
28- "dependsOn" : [
29- " ^build"
30- ],
31- "inputs" : [
32- " default" ,
33- " ^production"
34- ]
17+ "dependsOn" : [" ^build" ],
18+ "inputs" : [" default" , " ^production" ]
3519 },
3620 "test:types" : {
3721 "cache" : true ,
38- "dependsOn" : [
39- " ^build"
40- ],
41- "inputs" : [
42- " default" ,
43- " ^production"
44- ]
22+ "dependsOn" : [" ^build" ],
23+ "inputs" : [" default" , " ^production" ]
4524 },
4625 "test:publint" : {
4726 "cache" : true ,
48- "dependsOn" : [
49- " build"
50- ],
51- "inputs" : [
52- " production"
53- ]
27+ "dependsOn" : [" build" ],
28+ "inputs" : [" production" ]
5429 },
5530 "build" : {
5631 "cache" : true ,
57- "dependsOn" : [
58- " ^build"
59- ],
60- "inputs" : [
61- " production" ,
62- " ^production"
63- ],
64- "outputs" : [
65- " {projectRoot}/build" ,
66- " {projectRoot}/dist"
67- ]
32+ "dependsOn" : [" ^build" ],
33+ "inputs" : [" production" , " ^production" ],
34+ "outputs" : [" {projectRoot}/build" , " {projectRoot}/dist" ]
6835 },
6936 "test:unused" : {
7037 "cache" : true ,
71- "inputs" : [
72- " {workspaceRoot}/**/*"
73- ]
38+ "inputs" : [" {workspaceRoot}/**/*" ]
7439 },
7540 "test:deps" : {
7641 "cache" : true ,
77- "inputs" : [
78- " {workspaceRoot}/**/package.json"
79- ]
42+ "inputs" : [" {workspaceRoot}/**/package.json" ]
8043 }
8144 }
82- }
45+ }
0 commit comments