Install dependencies
Run tests
Run the full package check
npm pack --dry-run to verify package contents.
Publish guard
prepublishOnly runs the same package check before publishing.
Build, test, and verify the package locally.
npm pack --dry-run to verify package contents.
prepublishOnly runs the same package check before publishing.