agent/pkg/lib/flow/npm.md
Snider ecd47fe3db revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00:00

8 lines
231 B
Markdown

# npm Package Flow
1. `npm ci` — clean install
2. `npm run lint` — lint
3. `npm test` — tests
4. `npm run build` — build
5. `npm pack --dry-run` — verify package contents
6. `npm publish` — publish (tag releases only)