Skip to content

Commit

Permalink
fix(readme): add option "access" for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Nov 2, 2018
1 parent 7bde847 commit 4a0b6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,6 @@ $ yarn
```bash
$ git checkout master && git fetch && git rebase
$ yarn release # increase package.json version, update CHANGELOG.md, create a new git tag, create a new git commit
$ npm publish && git push --follow-tags
$ npm publish --access public # specify access, because scoped package are private by default
$ git push --follow-tags
```

0 comments on commit 4a0b6e7

Please sign in to comment.