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

Add missing info for setting up dev env #4300

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Conversation

inodb
Copy link
Member

@inodb inodb commented Jun 15, 2022

No description provided.

@inodb inodb changed the title Add info about installation Add info required for setting up dev Jun 15, 2022
@inodb inodb changed the title Add info required for setting up dev Add missing info for setting up dev env Jun 15, 2022
To build all packages the main project depends on (must be done prior to start of dev server):

```
yarn run buildModules
Copy link
Collaborator

Choose a reason for hiding this comment

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

i don't actually think this is necessary. it gets run as part of yarn run start

Copy link
Member

Choose a reason for hiding this comment

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

In less powerful systems yarn run start may fail to concurrently build all the modules under packages. So a combination of yarn run buildModules and yarn run watch is less error-prone.

@alisman alisman merged commit 9849db8 into master Jun 15, 2022
@onursumer onursumer deleted the fix-setup-instructions branch June 15, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants