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

docs(CONTRIBUTING): Actually include rebuilding the package in instructions #24379

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

Conversation

janpio
Copy link
Member

@janpio janpio commented May 31, 2024

@janpio janpio requested a review from millsp May 31, 2024 16:35
@janpio janpio requested a review from a team as a code owner May 31, 2024 16:35
Comment on lines +77 to +79
# Edit the desired package and build it
# (or similar command, see above)
pnpm -r run build
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is confusing here.
Because you want to say to run this in the root directory, right? Here we are in ./sandbox

Copy link
Contributor

Choose a reason for hiding this comment

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

Also pnpm -w run build is enough and can be run from almost anywhere (except ./sandbox because it has a pnpm-workspace.yaml
-w means the command will run from the root directory, and it is configured as "build": "pnpm -r build",

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.

None yet

2 participants