Skip to content

Commit a73c17f

Browse files
committed
fix: don't use catalogs for turbo
This breaks `turbo-ignore`'s ability to detect the turbo version and results in Vercel being unable to skip unneeded builds. See vercel/turborepo#10048
1 parent 96255a9 commit a73c17f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lerna": "catalog:",
2020
"prettier": "catalog:",
2121
"prettier-plugin-solidity": "catalog:",
22-
"turbo": "catalog:"
22+
"turbo": "^2.4.4"
2323
},
2424
"pnpm": {
2525
"overrides": {

pnpm-lock.yaml

+1-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ catalog:
119119
tailwindcss: ^3.0.0
120120
tailwindcss-animate: ^1.0.7
121121
tailwindcss-react-aria-components: ^2.0.0
122-
turbo: ^2.4.4
123122
typescript: ^5.8.2
124123
vercel: ^41.4.1
125124
viem: ^2.23.11

0 commit comments

Comments
 (0)