From e3c35ac635d46e1fc932dd524c5490fff7d235a9 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 10 May 2026 22:45:44 +0900 Subject: [PATCH] docs: document build artifact constraint Co-Authored-By: Codex --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 71c4ce3..4af43ad 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,7 +11,7 @@ This repository contains a TypeScript GitHub Action for installing Hugo. Runtime - `npm test`: run Jest with coverage and verbose output. - `npm run lint` / `npm run lint:fix`: check or fix TypeScript lint issues. - `npm run format:check` / `npm run format`: check or apply Prettier formatting for `*.ts`. -- `npm run build`: bundle `src/index.ts` into `lib/` with `ncc`. +- `npm run build`: bundle `src/index.ts` into `lib/` with `ncc`; do not regenerate `lib/index.js` except for release work. - `make build`, `make test`, `make all`: run the Docker-based development image and test flow. ## Coding Style & Naming Conventions