Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 654 Bytes

COMMANDS.md

File metadata and controls

39 lines (26 loc) · 654 Bytes

Additional Commands

Commit changes using conventional changelog:

pnpm commit

Clean up bundle artifacts:

pnpm clean

Delete workspace root node_modules and pnpm-lock.yaml files:

Note: Follow the directions here to install rimraf globally so errors aren't thrown.

pnpm delete

Find unused exports (applies to projects in packages folder):

pnpm lint:knip

Analyzing TypeScript types of npm packages (applies to projects in packages folder):

pnpm lint:types

Visualize the project structure/dependencies:

pnpm nx:graph