fix(node): nrwl/node:package should support dotfile assets
This commit is contained in:
Craigory Coppola 2021-11-08 12:43:07 -06:00 committed by GitHub
parent 965b11679f
commit 07c256b4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,