UNPKG

@nx/docker

Version:

The Nx Plugin for Docker to aid in containerizing projects.

15 lines (14 loc) 432 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Implementation details of `nx release publish`", "description": "DO NOT INVOKE DIRECTLY WITH `nx run`. Use `nx release publish` instead.", "type": "object", "properties": { "dryRun": { "type": "boolean", "description": "Whether to run the command without actually publishing the image to the registry." } }, "required": [] }