Skip to content

Commit 4910233

Browse files
fix: update Readme for npm publish
Signed-off-by: Antonio Sonis <[email protected]>
1 parent a2aa04e commit 4910233

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ $ npm run storybook
2828
## Storybook public link
2929

3030
https://ui.platformatic.cloud/
31+
32+
33+
## New version: commands list
34+
35+
```
36+
git checkout main
37+
git pull
38+
npm install
39+
npm version patch
40+
git push origin main
41+
npm publish
42+
```

0 commit comments

Comments
 (0)