From dee1689ca405ee8cfe66647a98a0d22b57309894 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 25 Feb 2026 13:48:49 -0600 Subject: [PATCH] Update agent instructions No reason to run `pnpm run build` after making doc changes as it takes too long. --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index d14dbcb36..d907beda9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -53,6 +53,9 @@ IMPORTANT! Consider avoiding persistent containers early during development to a ## Aspire workload IMPORTANT! The aspire workload is obsolete. You should never attempt to install or use the Aspire workload. +## Verifying documentation changes +After making documentation changes, running `pnpm dev` (the dev server) is sufficient to verify that the changes render correctly. A full `pnpm run build` is not required because it takes a long time. + ## Official documentation IMPORTANT! Always prefer official documentation when available. The following sites contain the official documentation for Aspire and related components