diff --git a/packages/node/src/executors/package/schema.json b/packages/node/src/executors/package/schema.json index 0f8466e6ae..7bf46d287b 100644 --- a/packages/node/src/executors/package/schema.json +++ b/packages/node/src/executors/package/schema.json @@ -97,6 +97,11 @@ "output": { "type": "string", "description": "Absolute path within the output." + }, + "dot": { + "type": "boolean", + "description": "Whether or not files beginning with '.' should be included. Defaults to false", + "default": false } }, "additionalProperties": false,