We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abddd09 commit b34a4cdCopy full SHA for b34a4cd
1 file changed
.github/CONTRIBUTING.md
@@ -90,7 +90,7 @@ Example for a patch release:
90
91
```sh
92
npm test
93
-npm version patch
+npm version patch --ignore-scripts=false
94
git push --follow-tags
95
cd npmDist && npm publish
96
```
0 commit comments