chore: Add docs about the --circuit CLI parameter

This commit is contained in:
Blaine Bublitz
2022-03-09 16:15:52 -07:00
parent 3fea3aedf9
commit c5ad43dca8

View File

@@ -23,6 +23,8 @@ See the source projects for full documentation and configuration
Further, for debugging purposes, you may wish to inspect the intermediate files. This is possible with the `--debug` flag which the `circom:dev` task enables by default. You'll find them (by default) in `artifacts/circom/`
To build a single circuit during development, you can use the `--circuit` CLI parameter. For example, if you make a change to `hash.circom` and you want to _only_ rebuild that, you can run `yarn circom:dev --circuit hash`.
## Production builds
`yarn circom:prod` for production builds (using `Date.now()` as entropy)