mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-09-21 15:15:46 +00:00
docs: document build artifact constraint
Co-Authored-By: Codex <noreply@openai.com>
This commit is contained in:
@@ -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 test`: run Jest with coverage and verbose output.
|
||||||
- `npm run lint` / `npm run lint:fix`: check or fix TypeScript lint issues.
|
- `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 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.
|
- `make build`, `make test`, `make all`: run the Docker-based development image and test flow.
|
||||||
|
|
||||||
## Coding Style & Naming Conventions
|
## Coding Style & Naming Conventions
|
||||||
|
|||||||
Reference in New Issue
Block a user