diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 02dc4075b4..820df3e461 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -90,7 +90,7 @@ Example for a patch release: ```sh npm test -npm version patch +npm version patch --ignore-scripts=false git push --follow-tags cd npmDist && npm publish ```