Skip to content

Commit 21096d6

Browse files
cmdcolinclaude
andcommitted
Fix CI type errors by adding explicit hubtools workspace dependency
Packages importing from hubtools weren't listing it as a dependency, relying on pnpm hoisting which didn't work in CI. Also added CSS module declaration for plain .css imports in website .tsx files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b9e27a commit 21096d6

7 files changed

Lines changed: 1095 additions & 1319 deletions

File tree

genark2jbrowse/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"dependencies": {
7+
"hubtools": "workspace:*",
78
"slugify": "^1.6.9"
89
}
910
}

0 commit comments

Comments
 (0)