chore(core): nx plugin submissions @nx-extend (#14073)

This commit is contained in:
Tycho Bokdam 2023-01-02 22:52:57 +01:00 committed by GitHub
parent 72a2bd6c68
commit d819749e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,6 +269,16 @@
"description": "Nx plugin to run playwright e2e tests in an Nx workspace", "description": "Nx plugin to run playwright e2e tests in an Nx workspace",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/playwright" "url": "https://github.com/tripss/nx-extend/tree/master/packages/playwright"
}, },
{
"name": "@nx-extend/terraform",
"description": "Nx plugin for deploying your resources with Terraform",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/terraform"
},
{
"name": "@nx-extend/pulumi",
"description": "Nx plugin for deploying your resources with Pulumi",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/pulumi"
},
{ {
"name": "@nativescript/nx", "name": "@nativescript/nx",
"description": "Nx Plugin adding first class support for NativeScript in your Nx workspace", "description": "Nx Plugin adding first class support for NativeScript in your Nx workspace",