Skip to content

Commit 6f15a5a

Browse files
authored
Add turbo package to dependencies (calcom#24572)
This is needed due to Docker build errors indicating that turbo was not an available command.
1 parent 1fd64c5 commit 6f15a5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@
201201
"tailwindcss": "^3.3.3",
202202
"tailwindcss-animate": "^1.0.6",
203203
"ts-node": "^10.9.1",
204-
"typescript": "^5.9.0-beta"
204+
"typescript": "^5.9.0-beta",
205+
"turbo": "^2.5.5"
205206
},
206207
"nextBundleAnalysis": {
207208
"budget": 358400,

0 commit comments

Comments
 (0)