From 03e4991c6c6a1997791d77af17f689928277da0a Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Mon, 27 Apr 2026 20:02:23 +0700 Subject: [PATCH] Build: skip tinacms build step - only run astro build --- .../agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl | 1 + .omc/state/subagent-tracking.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl b/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl index 9594813..3a3c7ff 100644 --- a/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl +++ b/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl @@ -2,3 +2,4 @@ {"t":0,"agent":"a1ccdc0","agent_type":"unknown","event":"agent_stop","success":true} {"t":0,"agent":"a7833f9","agent_type":"unknown","event":"agent_stop","success":true} {"t":0,"agent":"a43d42e","agent_type":"unknown","event":"agent_stop","success":true} +{"t":0,"agent":"a4b63dd","agent_type":"unknown","event":"agent_stop","success":true} diff --git a/.omc/state/subagent-tracking.json b/.omc/state/subagent-tracking.json index 3780157..ea50c15 100644 --- a/.omc/state/subagent-tracking.json +++ b/.omc/state/subagent-tracking.json @@ -3,5 +3,5 @@ "total_spawned": 0, "total_completed": 0, "total_failed": 0, - "last_updated": "2026-04-27T12:37:08.956Z" + "last_updated": "2026-04-27T13:00:32.726Z" } \ No newline at end of file diff --git a/package.json b/package.json index 176a021..dbc9545 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "tinacms dev --port 3001 & astro dev", "dev:astro": "astro dev", "dev:tina": "tinacms dev --port 3001", - "build": "tinacms build && astro build", + "build": "astro build", "preview": "astro preview", "astro": "astro" },