We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef1eb9 commit 2243c97Copy full SHA for 2243c97
1 file changed
skills/react-clean-architecture-add-component/SKILL.md
@@ -67,7 +67,7 @@ Question requirements:
67
68
6. Validate
69
70
-- Run `npm run build && npm run lint` for added/updated files and confirm whether errors exist.
+- Run build and lint commands, and ensure both pass; if issues are introduced by newly added or updated files, fix them.
71
- Follow `Storybook Minimum` in `references/component-architecture.md` for story state decisions.
72
- Ask the user via `vscode_askQuestions` whether to run a Storybook check (for example: "Run" / "Skip for now").
73
- Run `npm run storybook` only if the user selects "Run".
0 commit comments