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

fix(condo): DOMA-8746 we need to build packages before any migrations #4551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pahaz
Copy link
Member

@pahaz pahaz commented Mar 31, 2024

No description provided.

Copy link

sonarcloud bot commented Mar 31, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@@ -26,11 +26,13 @@ docker-compose up -d postgresdb redis
# 4) create base .env file
cp .env.example .env

# 5) create databases for all apps and apps/.env files
# 5) prepare local packages
yarn build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is the right fix. Suggested in issues solution was workaround, not TODO.

Copy link
Member

@SavelevMatthew SavelevMatthew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's strange DX when you need to build icons to migrate DB. If you want to fix it properly - you should exclude NextJS at migration part. (Probably you can exclude any app except KS itself to obtain KS, but Next is enough to fix the issue)

@toplenboren
Copy link
Member

I'd say ship it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants