Skip to content

Commit

Permalink
Update README.md of apps/agent (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Montse Ortega <[email protected]>
  • Loading branch information
ammont82 authored Jan 24, 2025
1 parent 6c4ecd9 commit 04a9935
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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.

0 comments on commit 04a9935

Please sign in to comment.