| author | |
| committer | |
| log | 5e71286f1f066f13c97c6a5936503460de4d50cf |
| tree | fde704c92c1886bd1aa4ff992eb0cb5fd3dbd5f0 |
| parent | 8282282a8ffd6c512c36ea7ed429d3c73e6d2ea4 |
1 files changed, 2 insertions(+), 0 deletions(-)
docs/commands/ci.md+2| ... | ... | @@ -5,3 +5,5 @@ zigmod ci |
| 5 | 5 | |
| 6 | 6 | - This command takes no parameters and will do almost exactly the same thing as the [`fetch`](./fetch.md) command, except it will read version strings from your `zigmod.lock` file instead of from dependencies' `zig.mod` definitions. |
| 7 | 7 | - Inspired by the [`npm ci`](https://docs.npmjs.com/cli/ci.html) command. |
| 8 | - Enables [Reproducible builds](https://reproducible-builds.org/). | |
| 9 | - Often used in Continuous Integration environments. |