@percolate/publisher
v0.1.22
Published
Publish package if version is newer than NPM's
Keywords
Readme
@percolate/publisher
CI publisher which publihes to NPM if the version in package.json is newer than the published version.
Publish package if the package.json version is newer than NPM's
Usage:
publish [options]
publish -h | --help
Options:
-h --help Show this screenUsage
yarn add @percolate/publisher --dev
# provide an NPM token with write access
echo "//registry.npmjs.org/:_authToken=$NPMJS_TOKEN" >> ~/.npmrc
npx publishDevelopment
yarn watchyarn run for all options.
