We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4602d commit d26810bCopy full SHA for d26810b
.github/CONTRIBUTING.md
@@ -92,7 +92,7 @@ Example for a patch release:
92
npm test
93
npm version patch
94
git push --follow-tags
95
-npm publish npmDist
+cd npmDist && npm publish
96
```
97
98
## License
0 commit comments