chore(misc): nx plugin submission @nx-extend/vercel & @nx-extend/strapi (#11991)

* chore(core): nx plugin submission `@nx-extend/vercel` & `@nx-extend/strapi`

* chore(core): nx plugin submission `@nx-extend/playwright`
This commit is contained in:
Tycho Bokdam 2022-09-23 00:17:27 +02:00 committed by GitHub
parent 4e21ca7f82
commit cb1947870d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,9 +236,24 @@
}, },
{ {
"name": "@nx-extend/e2e-runner", "name": "@nx-extend/e2e-runner",
"description": "Nx plugin that can start your API before running Cypress", "description": "Nx plugin that can start your API before running Cypress/Playwright",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/e2e-runner" "url": "https://github.com/tripss/nx-extend/tree/master/packages/e2e-runner"
}, },
{
"name": "@nx-extend/vercel",
"description": "Nx plugin to deploy your apps to Vercel",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/vercel"
},
{
"name": "@nx-extend/strapi",
"description": "Nx plugin for developing Strapi applications",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/strapi"
},
{
"name": "@nx-extend/playwright",
"description": "Nx plugin to run playwright e2e tests in an Nx workspace",
"url": "https://github.com/tripss/nx-extend/tree/master/packages/playwright"
},
{ {
"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",