From d197e460f97d3a811e8a2ac39073b5abb4a76a3d Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 24 Jun 2022 13:21:27 +0100 Subject: [PATCH] chore: don't publish build/ --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c979a43..77eb16f 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,7 @@ "axios": "^0.26.1" }, "files": [ - "dist/**", - "build/**" + "dist/**" ], "devDependencies": { "@types/jest": "^27.4.1",