Skip to content

Commit fc7dcb9

Browse files
committed
add: local sistent fork deletion instructions
Signed-off-by: M-DEV-1 <[email protected]>
1 parent 6e7704d commit fc7dcb9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ npm install <path-to-sistent-on-local-machine>
8989
> npm install /home/five/code/sistent
9090
> ```
9191
92+
This will update your Sistent dependency to:
93+
94+
```
95+
"@layer5/sistent" : "file:../../sistent"
96+
```
97+
9298
2. Build your local Sistent fork
9399
94100
After making changes to your fork, run this command in your local Sistent package.
@@ -106,6 +112,14 @@ make ui-build
106112
107113
Now your project should reflect changes from your local Sistent fork.
108114
115+
If you want to remove the local Sistent fork from your project, run:
116+
117+
```
118+
npm uninstall @layer5/sistent
119+
```
120+
121+
This will remove the local Sistent package from your project. You will have to install the standard package again after running this command.
122+
109123
> [!NOTE]
110124
> Avoid using `type any` in your code. Always specify explicit types to ensure type safety and maintainability.
111125

0 commit comments

Comments
 (0)