fix(misc): add builders key to nx package.json (#12244)

This commit is contained in:
Jason Jean 2022-09-26 15:27:15 -07:00 committed by GitHub
parent 50f6cbb11d
commit 44f99adabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@
]
},
"executors": "./executors.json",
"builders": "./executors.json",
"publishConfig": {
"access": "public"
}