File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,23 @@ make ssh-node0
226226 make build run
227227 ```
228228
229- Subsequent changes to the kotsadm web component are reflected in real-time, no manual steps required.
229+ Subsequent changes to the kotsadm web component are reflected in real-time; no manual steps are required.
230+ However, to add, remove, or upgrade a dependency / package:
231+
232+ * Exec into the kotsadm-web container:
233+ ```bash
234+ make kotsadm-web-up-ec
235+ ```
236+
237+ * Run the desired `yarn` commands. For example:
238+ ```bash
239+ yarn add <package>
240+ ```
241+
242+ * When finished, exit the container:
243+ ```bash
244+ exit
245+ ```
230246
2312471 . To apply additional API changes, stop the current process with Ctrl+C, then run the following command:
232248 ```bash
You can’t perform that action at this time.
0 commit comments