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

Update info for Windows users #16

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Update info for Windows users #16

merged 3 commits into from
Sep 11, 2023

Conversation

gciotola
Copy link
Contributor

What I did

I've update scripts in root package.json to be executed recursively (-r or --rescursive) instead of using --filter that does not work in Windows (see pnpm/pnpm#4562).
However this should be the proper way to lunch scripts from the root, since --filter is mostly used to restrict commands to a subset of packages.

I've also added few line of docs in the README.md to help Windows users to run the project locally.

How to test

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests).
  • Make sure to add/update documentation regarding your changes.
  • You are NOT deprecating/removing a feature.

@gciotola gciotola added the documentation Improvements or additions to documentation label Sep 11, 2023
packages/app/README.md Outdated Show resolved Hide resolved
packages/app/README.md Outdated Show resolved Hide resolved
gciotola and others added 2 commits September 11, 2023 14:52
Co-authored-by: Matteo Alessani <97170183+malessani@users.noreply.github.com>
Co-authored-by: Matteo Alessani <97170183+malessani@users.noreply.github.com>
Copy link
Contributor

@malessani malessani left a comment

Choose a reason for hiding this comment

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

👍

@malessani malessani merged commit d19315e into main Sep 11, 2023
@malessani malessani deleted the working-on-windows branch September 11, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants