From 1c693b71168b0d78270723e806508985f10fbf67 Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Fri, 7 May 2021 12:54:34 -0500 Subject: [PATCH] fix(repo): building nx plugin includes spec files --- workspace.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/workspace.json b/workspace.json index 3a268974b..1479226e6 100644 --- a/workspace.json +++ b/workspace.json @@ -36,7 +36,12 @@ "packages/nx/*.md", { "input": "./packages/nx/src", - "glob": "**/*.!(ts)", + "glob": "**/!(*.ts)", + "output": "./src" + }, + { + "input": "./packages/nx/src", + "glob": "**/*.d.ts", "output": "./src" }, {