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