From 61e01368f4170d3cf33e1ed4997f002fd8317368 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Tue, 8 Nov 2022 20:13:54 +0100 Subject: [PATCH] fix: missing files on release this happens when you remove e2e cli :( --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab522804d..3946a9a13 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://opencollective.com/verdaccio" }, "files": [ - "./build", + "./build/**/*", "./index.js", "./conf/" ],