Add `--no-publish` flag #113
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 |
Moeriki
commented
Dec 13, 2016
|
Updated README |
1 check failed
continuous-integration/travis-ci/pr
The Travis CI build failed
Details
Closed
Feature request: allow skipping publish manually (when publish is expected to happen from CI) #93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes #108