From 04a9935ec9e0a3d818162d2d7d17839ca98ba8ca Mon Sep 17 00:00:00 2001 From: Montse Ortega Date: Fri, 24 Jan 2025 11:52:48 +0100 Subject: [PATCH] Update README.md of apps/agent (#78) Signed-off-by: Montse Ortega --- apps/agent/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/agent/README.md b/apps/agent/README.md index 075fa2a..687e53d 100644 --- a/apps/agent/README.md +++ b/apps/agent/README.md @@ -30,4 +30,7 @@ export default { - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list ## bundle creation -We can create a TGZ file executing `yarn bundle` and the file generated can be consumed by other projects like [migration-planner](https://github.com/kubev2v/migration-planner). \ No newline at end of file +We can create a TGZ file executing `yarn bundle` and the file generated can be consumed by oher projects like [migration-planner](https://github.com/kubev2v/migration-planner). + +## bundle creation on push to main +With the .github/workflows/push-to-main.yaml action the TGZ file is automatically generated when we push to main branch changes related with agent folder.