Tools
Package Manager
Use these checks to make it easier to work with scripts, dependencies, and more.
Check that a package has specific scripts
Helpful when using a task runner or package manager that allows running scripts across many packages.
.commonality/has-build-scripts.ts
.commonality/config.json
Check that a package has an .npmignore
Useful to prevent publishing dist
directories or *.test.*
files.
.commonality/has-npm-ignore.ts
.commonality/config.json
Was this page helpful?