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

[Decouple] Make the build process the same for dev and production #4582

Open
wbeckler opened this issue Jul 18, 2023 · 1 comment
Open

[Decouple] Make the build process the same for dev and production #4582

wbeckler opened this issue Jul 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wbeckler
Copy link

Describe the bug

There is a discrepancy in resolved imports when running yarn start via any yarn build* command - e.g., yarn build-platform.

Specifically, some imports resolve successfully when running a compiled cluster via yarn build, but for some reason not resolve and show as undefined when running a cluster with yarn start

See #4333

I have added the "Decouple" tag because the strengthening of our CI that we need to increase confidence in cross-version setups will also require confidence that we're always building, testing and running the same thing.

The proposal for this issue is to simply remove the two different build tracks, so that there is one build process for dev and release.

@wbeckler wbeckler added bug Something isn't working untriaged and removed untriaged labels Jul 18, 2023
@wbeckler
Copy link
Author

Here the issue is at root about the gap between what's available in jenkins vs local builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant