diff --git a/.github/workflows/developer-docs-agent.yml b/.github/workflows/developer-docs-agent.yml index dc5366b..5c9f757 100644 --- a/.github/workflows/developer-docs-agent.yml +++ b/.github/workflows/developer-docs-agent.yml @@ -51,6 +51,7 @@ jobs: ] verification_commands: | [ + "pnpm install --frozen-lockfile", "pnpm build", "pnpm verify" ] diff --git a/.github/workflows/skills-agent.yml b/.github/workflows/skills-agent.yml index c98744c..51ee6f5 100644 --- a/.github/workflows/skills-agent.yml +++ b/.github/workflows/skills-agent.yml @@ -45,6 +45,7 @@ jobs: ] verification_commands: | [ + "pnpm install --frozen-lockfile", "pnpm build", "pnpm verify" ]