From dcf6400304831fdb20a09ca9d6751bcaa8c07474 Mon Sep 17 00:00:00 2001 From: olayway Date: Wed, 7 Jun 2023 15:01:18 +0200 Subject: [PATCH] [core][xs]: don't include README in /dist - it is included automatically by npm, in the parent folder --- packages/core/project.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/core/project.json b/packages/core/project.json index cd4104dc..c02bca81 100644 --- a/packages/core/project.json +++ b/packages/core/project.json @@ -17,13 +17,7 @@ "generateExportsField": true, "rollupConfig": "@nrwl/react/plugins/bundle-rollup", "compiler": "babel", - "assets": [ - { - "glob": "packages/core/README.md", - "input": ".", - "output": "." - } - ] + "assets": [] } }, "lint": {