From 64926003107c2673f4cdc9a3845e0b85b8f17a45 Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Tue, 28 Apr 2026 17:08:43 -0600 Subject: [PATCH] fix: explicitly exclude bridgeable artifact --- src/file-rules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file-rules.js b/src/file-rules.js index 19f9175..82d3f9a 100644 --- a/src/file-rules.js +++ b/src/file-rules.js @@ -19,6 +19,7 @@ export const shouldCopyFile = (name) => { [ 'README.md', 'bridgeable.config.json', + 'bridgeable-components.zip', 'package.json', 'package-lock.json', 'vite.config.js'