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 dev guide: explain how to work with index packages and this repo at the same time #626

Closed
josecelano opened this issue Oct 3, 2024 · 0 comments · Fixed by #627
Closed
Assignees
Labels
- Developer - Torrust Improvement Experience Documentation Improves Instructions, Guides, and Notices

Comments

@josecelano
Copy link
Member

Sometimes, it's useful to make changes in this app and our packages simultaneously to run manual integration tests before releasing the new versions. I mean these dependencies:

    "torrust-index-api-lib": "^3.0.0",
    "torrust-index-types-lib": "^3.0.0",

There are a couple of ways of doing it:

  • With npm link
  • Using a local file:// to load the dependency

I will include instructions for the second option in the development guide.

@josecelano josecelano added Documentation Improves Instructions, Guides, and Notices - Developer - Torrust Improvement Experience labels Oct 3, 2024
@josecelano josecelano self-assigned this Oct 3, 2024
@josecelano josecelano linked a pull request Oct 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Developer - Torrust Improvement Experience Documentation Improves Instructions, Guides, and Notices
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant