Builds a conda package from the workspace. This uses the build configuration defined in jnc.toml to produce a .conda package file that can be uploaded to a channel or installed elsewhere.
# Build a package in the current directoryjnc build# Build and place the output in a specific directoryjnc build --output-dir ./dist# Build using a specific manifestjnc build --manifest-path /path/to/jnc.toml