Skip to content

fix: add @calcom/api-v2 to dev:api script#28790

Closed
jaydeep-pipaliya wants to merge 1 commit intocalcom:mainfrom
jaydeep-pipaliya:fix/add-api-v2-to-dev-api-script
Closed

fix: add @calcom/api-v2 to dev:api script#28790
jaydeep-pipaliya wants to merge 1 commit intocalcom:mainfrom
jaydeep-pipaliya:fix/add-api-v2-to-dev-api-script

Conversation

@jaydeep-pipaliya
Copy link
Copy Markdown

What does this PR do?

Fixes #28736

The dev:api script was missing @calcom/api-v2, requiring developers to manually start the v2 API server when working with the API. This PR adds it to both dev:api and dev:api:console for consistency.

Changes

package.json:

  • dev:api — added --filter="@calcom/api-v2"
  • dev:api:console — added --filter="@calcom/api-v2"

api-v2 was missing from the dev:api script, requiring developers to
manually start it alongside the other services. Added it consistently
to both dev:api and dev:api:console.

Fixes calcom#28736
@github-actions github-actions bot added the 🐛 bug Something isn't working label Apr 8, 2026
Copy link
Copy Markdown
Member

@sahitya-chandra sahitya-chandra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing in favor of #28738

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improvement: Add @calcom/api-v2 to the dev:api script in root package.json

2 participants