Skip to content

Commit 3447ce7

Browse files
author
sanguogege
committed
change turo
1 parent d4befe4 commit 3447ce7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"gen": "node scripts/gen-component.ts",
3535
"clean": "turbo run clean && rm -rf node_modules",
3636
"lint": "turbo lint",
37-
"release": "turbo build lint && changeset publish"
37+
"release": "turbo build --filter=!example-with-mdx && turbo lint && changeset publish"
3838
},
3939
"workspaces": [
4040
"packages/*",

packages/solid-element-ui/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
},
6262
"sideEffects": false,
6363
"include": [
64+
"components/**/*",
6465
"index.tsx",
66+
"**/*.ts",
6567
"**/*"
6668
]
6769
}

0 commit comments

Comments
 (0)