From af5c542b4b287051792da9f0a0eec7a11a6a0cd5 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Fri, 22 Dec 2023 09:06:02 +0100 Subject: [PATCH] fix: ignore `build` dir in NPM publish --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 67d1aadd1f0..92c8932b115 100644 --- a/.npmignore +++ b/.npmignore @@ -10,6 +10,7 @@ /test/ /pkg/ /store/ +/build/ /.*