Skip to content

Commit 19177d8

Browse files
committed
Update CONTRIBUTING, since lerna does publish
1 parent aae6d59 commit 19177d8

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,14 @@ Note this may generate new files, if so, commit these as a dist build.
3838
### Lerna publish
3939

4040
Run the `lerna publish` command and follow the instructions to tag your
41-
release. This will create the tags and push and do everything else, sans
42-
actually publish.
41+
release. This will create the tags and push and do everything else, including
42+
actually publishing to npm, so great!
4343

4444
``` sh
4545
lerna publish
4646
```
4747

48-
Enter in your new version, unless you see it listed.
49-
50-
### Publish to npm
51-
52-
Simply run:
53-
54-
``` sh
55-
npm publish
56-
```
48+
Enter in your new version (using custom), unless you see it listed.
5749

5850
### Take a deep breath
5951

0 commit comments

Comments
 (0)