@percolate/publisher
v0.1.22
Published
Publish package if version is newer than NPM's
Downloads
55
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 screen
Usage
yarn add @percolate/publisher --dev
# provide an NPM token with write access
echo "//registry.npmjs.org/:_authToken=$NPMJS_TOKEN" >> ~/.npmrc
npx publish
Development
yarn watch
yarn run
for all options.