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

Workflow concerning build of react components and compilation of scss #205

Closed
tobias74 opened this issue Mar 4, 2024 · 1 comment
Closed

Comments

@tobias74
Copy link
Contributor

tobias74 commented Mar 4, 2024

Currently we build the react application and compile the scss on the developer machine before committing. This leads to merge conflicts in case more than one developer has worked on the React components or the scss.

Additionally given our current branching concept we will then have to resolve the same merge conflict multiple times (merging feature on dev, then merging the same feature on test, then on main).

Maybe we can find a solution that integrates the build process in the pipeline?

@ThomasAFink
Copy link
Member

These are now built in the Github actions.

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

No branches or pull requests

2 participants