Skip to content

Commit

Permalink
fix: update Readme for npm publish
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Sonis <[email protected]>
  • Loading branch information
tonysnowboardunderthebridge committed Mar 8, 2023
1 parent a2aa04e commit 4910233
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ $ npm run storybook
## Storybook public link

https://ui.platformatic.cloud/


## New version: commands list

```
git checkout main
git pull
npm install
npm version patch
git push origin main
npm publish
```

0 comments on commit 4910233

Please sign in to comment.