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

chore(build): run npm build on all packages before building a package #641

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

andypf
Copy link
Collaborator

@andypf andypf commented Sep 2, 2024

Ensure npm build is executed on all packages before the main build process.

In the pipeline, we handle two different repositories (due to historical reasons). If the packages come from @cloudoperators/juno, which is a monorepo, we must first run the build on all dependent packages. This is done using npm run build. Only after this step can we proceed with the build task for the current package, ensuring that all dependencies are properly compiled and up-to-date.

@andypf andypf merged commit 1a7d0df into main Sep 2, 2024
3 checks passed
@andypf andypf deleted the andypf-ci-update branch September 2, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant