File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "targetDefaults" : {
2424 "test:lib" : {
2525 "cache" : true ,
26- "dependsOn" : [
27- " ^build"
28- ],
29- "inputs" : [
30- " default" ,
31- " ^production"
32- ],
33- "outputs" : [
34- " {projectRoot}/coverage"
35- ]
26+ "dependsOn" : [" ^build" ],
27+ "inputs" : [" default" , " ^production" ],
28+ "outputs" : [" {projectRoot}/coverage" ]
3629 },
3730 "test:eslint" : {
3831 "cache" : true ,
39- "dependsOn" : [
40- " ^build"
41- ],
42- "inputs" : [
43- " default" ,
44- " ^production" ,
45- " {workspaceRoot}/eslint.config.js"
46- ]
32+ "dependsOn" : [" ^build" ],
33+ "inputs" : [" default" , " ^production" , " {workspaceRoot}/eslint.config.js" ]
4734 },
4835 "test:types" : {
4936 "cache" : true ,
50- "dependsOn" : [
51- " ^build"
52- ],
53- "inputs" : [
54- " default" ,
55- " ^production"
56- ]
37+ "dependsOn" : [" ^build" ],
38+ "inputs" : [" default" , " ^production" ]
5739 },
5840 "test:build" : {
5941 "cache" : true ,
60- "dependsOn" : [
61- " build"
62- ],
63- "inputs" : [
64- " production"
65- ]
42+ "dependsOn" : [" build" ],
43+ "inputs" : [" production" ]
6644 },
6745 "build" : {
6846 "cache" : true ,
69- "dependsOn" : [
70- " ^build"
71- ],
72- "inputs" : [
73- " production" ,
74- " ^production"
75- ],
76- "outputs" : [
77- " {projectRoot}/build" ,
78- " {projectRoot}/dist"
79- ]
47+ "dependsOn" : [" ^build" ],
48+ "inputs" : [" production" , " ^production" ],
49+ "outputs" : [" {projectRoot}/build" , " {projectRoot}/dist" ]
8050 },
8151 "test:knip" : {
8252 "cache" : true ,
83- "inputs" : [
84- " {workspaceRoot}/**/*"
85- ]
53+ "inputs" : [" {workspaceRoot}/**/*" ]
8654 },
8755 "test:sherif" : {
8856 "cache" : true ,
89- "inputs" : [
90- " {workspaceRoot}/**/package.json"
91- ]
57+ "inputs" : [" {workspaceRoot}/**/package.json" ]
9258 }
9359 },
9460 "nxCloudId" : " 68d74dda9d18071f643ecda4"
95- }
61+ }
You can’t perform that action at this time.
0 commit comments