Skip to content

Commit 207972c

Browse files
committed
Add the need for the tag option into publish
This is needed to counter the current issue with publishConfig npm/cli#2834
1 parent 828b472 commit 207972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ $ git push --all && git push --tags
3333

3434
# Publish the package (you will need to login and authenticate against github)
3535
$ git checkout main
36-
$ npm publish
36+
$ npm publish --tag latest
3737
```

0 commit comments

Comments
 (0)