mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-22 23:07:25 +08:00
fix(ci): exclude packages dir from Next.js TypeScript compilation
The tsconfig include pattern `**/*.ts` was picking up CLI package sources during Next.js build, causing missing `commander` module errors in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -36,6 +36,7 @@
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"docs"
|
||||
"docs",
|
||||
"packages"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user