Day
Index of 5 entries from . This day is part of week 52, and is day number 362 of year 2023. All entries belong to a single category, talkie.
See all entries from , or more entries from .
Generate lerna package graph list
- Outputs a JSON-formatted adjacency list of `@talkie/*` packages plus individual dependencies. - The list includes non-internal packages. - The list is sorted in topographical or…→ Full commit message
Use lerna/nx cache for build steps
- Caches per-package files for `build` and `reconstruct` steps. - Mainly concerns the output in `dist/` directories. - Relies on the inferred package build order. - Cached out…→ Full commit message
Generate nx graphs
- Uses `nx graph` to generate a JSON dependency list and HTML graph. - Similar to the existing lists and graphs in `./dist/graph/`. See - [`./code/graph/nx.graph.html`](./code/g…→ Full commit message
Output graphs in ./dist/graph
- Change output directory from `./packages` to `./dist/graph`.