Skip to content

Commit b34a4cd

Browse files
authored
update contributing (#4524)
considering #4514
1 parent abddd09 commit b34a4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Example for a patch release:
9090

9191
```sh
9292
npm test
93-
npm version patch
93+
npm version patch --ignore-scripts=false
9494
git push --follow-tags
9595
cd npmDist && npm publish
9696
```

0 commit comments

Comments
 (0)