Last active
April 12, 2021 10:36
-
-
Save pauloabmiranda/395115527cfa3f2ae7e595d6d2ef52da to your computer and use it in GitHub Desktop.
This file contains 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 adduser --scope@company | |
npm init --scope=company | |
npm publish | |
// have not used this line but it grant access to a user | |
npm access grant read-only comapny:developers @company/wds-ckeditor4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment