Skip to content

Commit

Permalink
more clarifications in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 9, 2024
1 parent e0c9048 commit 451b1e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ make html-storybook
### Publishing to npm

1. Update the package version for any packages that have been changed since the last publish (usually @explorer-1/vue and sometimes @explorer-1/common)
2. Also update the package version for the main workspace.

2. Commit changes and also tag with the latest main workspace version
3. Commit changes and also tag with the latest main workspace version

```bash
git commit -m "bumping package version for publishing"
Expand All @@ -37,7 +38,7 @@ make html-storybook
git push --tags
```

3. Publish relevant packages to npm:
4. Publish relevant packages to npm:

```bash
pnpm publish --filter \@explorer-1/vue
Expand Down

0 comments on commit 451b1e6

Please sign in to comment.