-
Notifications
You must be signed in to change notification settings - Fork 161
Add Instructions for how to refer to your local Sistent fork #1012
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 Instructions for how to refer to your local Sistent fork #1012
Conversation
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
|
shouldn't be first to build the sistent before u install sistent into project to reflect the changes u made? @M-DEV-1 build sistent -> install the changed package -> npm install |
|
@vr-varad you're right, but i think, since the user keeps making changes and builds both the repositories to track them, each time the latest version is referenced. |
|
@alokdangre, would you like to offer review here? |
|
@FaheemOnHub isn't going to respond, so @amitamrutiya, if this PR's instructions are accurate, please merge. |
| make ui-build | ||
| ``` | ||
| Now your project should reflect changes from your local Sistent fork. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are the instructions for reversing the change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add them 👍🏼
Co-authored-by: Lee Calcote <leecalcote@gmail.com> Signed-off-by: mahadevan <135952571+M-DEV-1@users.noreply.github.com>
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
ok , I would love to review it @leecalcote |
|
@M-DEV-1 Added as an agenda item to the meeting minutes |
| If you want to remove the local Sistent fork from your project, run: | ||
| ``` | ||
| npm uninstall @layer5/sistent | ||
| ``` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you test this uninstall is working or not? @M-DEV-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this command works and removes the installation of the local sistent fork.
Notes for Reviewers
This PR fixes #1008
Signed commits