From 6efcfeeabd8a66e701df7e8a4b60ea4b764a1660 Mon Sep 17 00:00:00 2001 From: Jay McDoniel Date: Mon, 7 Mar 2022 06:41:17 -0800 Subject: [PATCH] chore(core): nx plugin submission nx-uvu (#9212) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 5571e59b51..1e991c8863 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -253,5 +253,10 @@ "name": "@nxrs/cargo", "description": "Nx plugin adding first-class support for Rust applications and libraries.", "url": "https://github.com/nxrs/cargo/tree/main/packages/cargo" + }, + { + "name": "nx-uvu", + "description": "An nx executor for the uvu test library", + "url": "https://github.com/jmcdo29/nx-uvu" } ]