File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 2121 "buildTarget" : " website:build"
2222 }
2323 },
24- "test" : {
25- "executor" : " @nx/vite:test" ,
26- "outputs" : [" coverage/apps/website" ],
27- "options" : {
28- "passWithNoTests" : true ,
29- "reportsDirectory" : " ../../coverage/apps/website"
30- }
31- },
3224 "serve" : {
3325 "executor" : " @nx/vite:dev-server" ,
3426 "options" : {
Original file line number Diff line number Diff line change 66 "targets" : {
77 "build-bin" : {
88 "executor" : " @nx/js:tsc" ,
9-
109 "outputs" : [" {options.outputPath}" ],
1110 "options" : {
1211 "rootDir" : " ." ,
Original file line number Diff line number Diff line change 4949 "componentFolder" : " combobox" ,
5050 "files" : [" combobox.tsx" ]
5151 },
52+ {
53+ "displayName" : " Input" ,
54+ "type" : " input" ,
55+ "componentFolder" : " input" ,
56+ "files" : [" input.tsx" ]
57+ },
5258 {
5359 "displayName" : " Label" ,
5460 "type" : " label" ,
You can’t perform that action at this time.
0 commit comments