Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package-specific build scripts are broken #4960

Open
Gudahtt opened this issue Nov 21, 2024 · 0 comments
Open

Package-specific build scripts are broken #4960

Gudahtt opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working team-wallet-framework

Comments

@Gudahtt
Copy link
Member

Gudahtt commented Nov 21, 2024

Each package has a build script, but this scripts currently fail with the error command not found: ts-bridge.

The top-level build command still works, but on a per-package level the ts-bridge binary is not present. We should fix this by adding ts-bridge to devDependencies for all packages. The package would still get hoisted so that we only have one instance, but this would ensure ts-brigge gets listed in node_modules/.bin for all packages so that it can be invoked by package npm scripts.

@Gudahtt Gudahtt added bug Something isn't working team-wallet-framework labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team-wallet-framework
Projects
None yet
Development

No branches or pull requests

1 participant