From bd0092e69ac4f74ea89b8d31399cf72f57484cbb Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Tue, 7 Oct 2025 10:33:18 -0500 Subject: [PATCH] fix: revert to default pnpm mode for Docker compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hoisted mode is incompatible with Docker's overlay filesystem. Remove .npmrc and regenerate lockfile with default isolated mode. This maintains semantic-release functionality while allowing Docker builds to succeed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .npmrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index d67f3748..00000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -node-linker=hoisted