Skip to content

Commit aade44a

Browse files
lollipop-onlclaude
andcommitted
fix: move @repo/* workspace packages to devDependencies
These packages are bundled by unbuild at build time, so they don't need to be in dependencies. Having them there caused npm install to fail with "Unsupported URL Type workspace:" when installing the published package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95c750c commit aade44a

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"typecheck": "tsc --noEmit"
3838
},
3939
"dependencies": {
40-
"@repo/backlog-utils": "workspace:*",
41-
"@repo/cli-utils": "workspace:*",
42-
"@repo/config": "workspace:*",
4340
"backlog-js": "^0.16.0",
4441
"commander": "^14.0.3",
4542
"consola": "^3.4.2",
@@ -49,6 +46,9 @@
4946
"valibot": "^1.2.0"
5047
},
5148
"devDependencies": {
49+
"@repo/backlog-utils": "workspace:*",
50+
"@repo/cli-utils": "workspace:*",
51+
"@repo/config": "workspace:*",
5252
"@repo/test-utils": "workspace:*",
5353
"@repo/tsconfigs": "workspace:*",
5454
"tsx": "^4.19.0",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)