From f8c4e495fdcc28b3148ddeffc192196d67813dcd Mon Sep 17 00:00:00 2001 From: David Pfahler Date: Sun, 22 Feb 2015 00:07:53 +0100 Subject: [PATCH] docs(readme): fix ignore scripts flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fea78e9..7d16f13e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Note: pre-release flags are kind of an exeption here and a solution for them is ### How do I get back to good ol' `npm publish`? -`npm` offers the `--no-scripts` flag. Doing `npm publish --no-scripts` doesn't execute the `prepublish` and `postpublish` scripts. +`npm` offers the `--ignore-scripts` flag. Doing `npm publish --ignore-scripts` doesn't execute the `prepublish` and `postpublish` scripts. ### Is it _really_ a good idea to release on every push?