We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4befe4 commit 3447ce7Copy full SHA for 3447ce7
package.json
@@ -34,7 +34,7 @@
34
"gen": "node scripts/gen-component.ts",
35
"clean": "turbo run clean && rm -rf node_modules",
36
"lint": "turbo lint",
37
- "release": "turbo build lint && changeset publish"
+ "release": "turbo build --filter=!example-with-mdx && turbo lint && changeset publish"
38
},
39
"workspaces": [
40
"packages/*",
packages/solid-element-ui/package.json
@@ -61,7 +61,9 @@
61
62
"sideEffects": false,
63
"include": [
64
+ "components/**/*",
65
"index.tsx",
66
+ "**/*.ts",
67
"**/*"
68
]
69
}
0 commit comments