Skip to content

Fix/windows silent build error#1285

Open
Demiserular wants to merge 2 commits intoasyncapi:masterfrom
Demiserular:fix/windows-silent-build-error
Open

Fix/windows silent build error#1285
Demiserular wants to merge 2 commits intoasyncapi:masterfrom
Demiserular:fix/windows-silent-build-error

Conversation

@Demiserular
Copy link

Fixed a build race condition on Windows where @asyncapi/studio-ui would attempt to build before its dependency
@asyncapi/studio-utils was ready.

  • Updated turbo.json to make the dev pipeline depend on ^build, ensuring that all upstream dependencies are built before a package's dev script runs.
  • Added a dev script (tsup --watch) to packages/utils/package.json so it runs in watch mode during development.

Verified locally on Windows that this resolves the "Could not resolve @asyncapi/studio-utils" error and ensures the correct build order.

Related issue(s) Fixes #1243

Update turbo.json dev pipeline to depend on ^build and add dev script to packages/utils to enable watch mode. Fixes asyncapi#1243
@changeset-bot
Copy link

changeset-bot bot commented Feb 15, 2026

⚠️ No Changeset found

Latest commit: 35536a3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Feb 15, 2026

Deploy Preview for asyncapi-studio-design-system ready!

Name Link
🔨 Latest commit 35536a3
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-studio-design-system/deploys/6991a2d8db85fa000804ef6c
😎 Deploy Preview https://deploy-preview-1285--asyncapi-studio-design-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 15, 2026

Deploy Preview for modest-rosalind-098b67 ready!

Name Link
🔨 Latest commit 35536a3
🔍 Latest deploy log https://app.netlify.com/projects/modest-rosalind-098b67/deploys/6991a2d871c8ff00084ddf66
😎 Deploy Preview https://deploy-preview-1285--modest-rosalind-098b67.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud
Copy link

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

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Silent Build Error on running pnpm run dev or pnpm run ds after pnpm install (on Windows)

1 participant