Last active
September 10, 2021 12:35
-
-
Save victory-sokolov/4e530e0f19ed7aa89465acb689bb1f4c to your computer and use it in GitHub Desktop.
NPM reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NPM commands reference | |
// shows what will be published to npm | |
npm publish --dry-run | |
// Unpublish specific version | |
npm unpublish package-name@version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment