Skip to content

Commit 8634ea5

Browse files
committed
update contributing
considering graphql#4514
1 parent abddd09 commit 8634ea5

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)