From cb1947870d2748b6f57a9db3e1845d143fb05ba1 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 23 Sep 2022 00:17:27 +0200 Subject: [PATCH] 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` --- community/approved-plugins.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index f1a94cf939..a4a1e5ac30 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -236,9 +236,24 @@ }, { "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" }, + { + "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", "description": "Nx Plugin adding first class support for NativeScript in your Nx workspace",