From d8de9f870fb4c577908d54bd7eb0ce132896ef2e Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Mon, 27 Sep 2021 07:47:50 -0500 Subject: [PATCH] Added doc folder to package Signed-off-by: Andre Wanlin --- plugins/badges/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/badges/package.json b/plugins/badges/package.json index 16e5121132..7cfd7f18ed 100644 --- a/plugins/badges/package.json +++ b/plugins/badges/package.json @@ -49,6 +49,7 @@ "msw": "^0.29.0" }, "files": [ - "dist" + "dist", + "doc" ] }