Skip to content

Commit 2243c97

Browse files
committed
docs(skill): generalize build/lint validation wording
1 parent 3ef1eb9 commit 2243c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • skills/react-clean-architecture-add-component

skills/react-clean-architecture-add-component/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Question requirements:
6767

6868
6. Validate
6969

70-
- Run `npm run build && npm run lint` for added/updated files and confirm whether errors exist.
70+
- Run build and lint commands, and ensure both pass; if issues are introduced by newly added or updated files, fix them.
7171
- Follow `Storybook Minimum` in `references/component-architecture.md` for story state decisions.
7272
- Ask the user via `vscode_askQuestions` whether to run a Storybook check (for example: "Run" / "Skip for now").
7373
- Run `npm run storybook` only if the user selects "Run".

0 commit comments

Comments
 (0)