Add `--no-publish` flag #113

Merged
merged 1 commit into from Dec 13, 2016

Projects

None yet

2 participants

@Moeriki
Moeriki commented Dec 10, 2016 edited

Fixes #108

@sindresorhus

Can you also add a section about it in the Tips section, documenting your use-case of publishing through a CI?

@@ -18,6 +18,7 @@ const cli = meow(`
--any-branch Allow publishing from any branch
--no-cleanup Skips cleanup of node_modules
--yolo Skips cleanup and testing
+ --no-publish Skips publishing
@sindresorhus
sindresorhus Dec 12, 2016 Owner

You need to add this to the readme help output too.

@sindresorhus sindresorhus changed the title from add --no-publish flag / functionality to Add `--no-publish` flag Dec 12, 2016
@Moeriki
Moeriki commented Dec 13, 2016

Updated README --help and added CI tip.

@sindresorhus sindresorhus merged commit e60c01d into sindresorhus:master Dec 13, 2016

1 check failed

continuous-integration/travis-ci/pr The Travis CI build failed
Details
@sindresorhus
Owner

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment