Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@expo/npm-proofread

ide253.8kBSD-2-Clause1.0.1

Proofreads a package before publishing it to npm

readme

proofread

This package prevents publishing a prerelease version of a library without an explicit dist-tag. You can still publish to latest -- you just need to be explicit about it with npm publish --tag=latest.

Usage:

Install @expo/npm-proofread and in package.json add a "prepublishOnly" script that calls just proofread.