Skip to content

Commit 1a2f661

Browse files
committed
Alter contributing
1 parent bf9ffff commit 1a2f661

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
@@ -92,7 +92,7 @@ Example for a patch release:
9292
npm test
9393
npm version patch
9494
git push --follow-tags
95-
npm publish npmDist
95+
cd npmDist && npm publish
9696
```
9797

9898
## License

0 commit comments

Comments
 (0)