Skip to content

Commit 8333623

Browse files
committed
fixed ci tests
1 parent 70c9c71 commit 8333623

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

apps/website/project.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
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": {

packages/cli/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build-bin": {
88
"executor": "@nx/js:tsc",
9-
109
"outputs": ["{options.outputPath}"],
1110
"options": {
1211
"rootDir": ".",

packages/kit-styled/components-registry.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
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",

0 commit comments

Comments
 (0)