From 69cbe214f1093b49f85c7489a873df2a79881dd9 Mon Sep 17 00:00:00 2001 From: Gustavo Henke Date: Tue, 3 Sep 2024 13:03:27 +1000 Subject: [PATCH] Include docs in the published bundle --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f4a4ce2..35e309c7 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,8 @@ "index.d.mts", "!**/fixtures", "!**/*.spec.js", - "!**/*.spec.d.ts" + "!**/*.spec.d.ts", + "docs" ], "lint-staged": { "*.?(m){js,ts}": "eslint --fix",