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

ci: release can fail when build succeeds #855

Open
emersion opened this issue Jan 23, 2025 · 0 comments
Open

ci: release can fail when build succeeds #855

emersion opened this issue Jan 23, 2025 · 0 comments
Labels
ci kind:bug Something isn't working

Comments

@emersion
Copy link
Member

The build CI uses npm run build, while the release CI uses lerna. As a result the build CI can succeed and the release CI fail (example: v0.0.63). We shouldn't let that happen: we should use the same build system in both cases.

@emersion emersion added kind:bug Something isn't working ci labels Jan 23, 2025
@Synar Synar assigned Synar and unassigned Synar Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci kind:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants