Verify

Run lint and unit tests to verify the current state of the codebase. Use after making changes before marking a task done. Use when this capability is needed.

tomevault-io 608f444 2 files · 1.4 KB Updated

File contents

Run the following commands in sequence and report any failures:

pnpm lint
pnpm test

If lint fails, show the specific errors and which files are affected. If tests fail, show the failing test names and error messages.

If both pass, confirm that lint and tests are clean.


Source: NarHakobyan/awesome-nest-boilerplate — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/narhakobyan--awesome-nest-boilerplate--awesome-nest-boilerplate commit 608f444a42

Frequently asked questions

npx skillmds@latest add tomevault-io/verify-23