Skip to content

Commit 33935c4

Browse files
gxklclaude
andcommitted
chore: exclude packages/skills from tsdown workspace build
Pure markdown package with no src/ directory, skip in build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 66b8fe5 commit 33935c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineConfig({
66
include: ['packages/*', 'plugins/*', 'tools/*', 'tegg/core/*', 'tegg/plugin/*', 'tegg/standalone/*'],
77
exclude: [
88
'packages/tsconfig', // Config-only package, no src to build
9+
'packages/skills', // Pure markdown package, no src to build
910
'dist',
1011
],
1112
},

0 commit comments

Comments
 (0)