Skip to content

Commit 53eabb7

Browse files
Alexandre NédélecCopilot
andcommitted
docs: add generate step to CI documentation in copilot instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f5653b9 commit 53eabb7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ The CI workflow (`.github/workflows/ci.yml`) runs on every push:
4444
1. `pnpm install` — install dependencies
4545
2. `pnpm run lint`**must pass with zero errors**
4646
3. `pnpm run typecheck`**must pass with zero errors**
47+
4. `pnpm run generate`**static site generation must succeed**
4748

48-
Always run both `pnpm lint` and `pnpm typecheck` before committing. Fix all lint and type errors before marking work as done.
49+
Always run `pnpm lint`, `pnpm typecheck`, and `pnpm generate` before committing. Fix all lint, type, and generation errors before marking work as done.
4950

5051
## Project Layout
5152

@@ -62,7 +63,7 @@ techwatching.dev/
6263
│ ├── agents/ # Copilot agent definitions
6364
│ │ └── nuxt.agent.md
6465
│ └── workflows/
65-
│ └── ci.yml # lint + typecheck on every push
66+
│ └── ci.yml # lint + typecheck + generate on every push
6667
├── app/ # Nuxt app source (Nuxt 4 layout)
6768
│ ├── app.vue # root Vue component
6869
│ ├── app.config.ts # Nuxt UI theme config (colors, components)

0 commit comments

Comments
 (0)