-
Task
-
Resolution: Done
-
Critical
-
0.9.0
-
None
There seems to be imprecise alignment of versions and version management in the kogito-apps project (package.json + packages dir on root level).
- The project seems to be formed as mono-repo project, using Lerna and Yarn Workspaces.
For some reason there's also npx invocation in root dir's package.json file (mixing npm and yarn). - The project uses Yarn for package management, but yarn lock file is not managed in git.
- There's no scent of documentation for how the frontend apps were generated, how the dependency management should be handled (through Lerna I suppose).
I used [1] as a example how to combine Lerna and Yarn.
[1] https://doppelmutzi.github.io/monorepo-lerna-yarn-workspaces/
- is blocked by
-
KOGITO-1333 Remove npx from frontend build
- Closed