We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9ffff commit 1a2f661Copy full SHA for 1a2f661
.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