From c6f1fa4a09c5378c07889014cedd2514ecb2e326 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Thu, 16 Apr 2026 19:24:38 -0400 Subject: [PATCH 1/3] chore: test commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe9ea0..5f94868 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > _Native Web Components compiler. It's Web Components all the way down!_ 🐢 -## How It Works +## How It Works!!! 1. Write a Web Component From 016f4a96eae6eecc270888b5e4d17f8118d94664 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Thu, 16 Apr 2026 19:31:59 -0400 Subject: [PATCH 2/3] chore: call patch-package for netlify builds --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3f34fb2..7be28d4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public/" - command = "npm run docs:build" + command = "npx patch-package && npm run docs:build" [build.processing] skip_processing = true From eee846bc500f4262ccdb786b7b11eb0f7a84e074 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Thu, 16 Apr 2026 19:32:24 -0400 Subject: [PATCH 3/3] chore: rollback test change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f94868..7fe9ea0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > _Native Web Components compiler. It's Web Components all the way down!_ 🐢 -## How It Works!!! +## How It Works 1. Write a Web Component