Skip to content

Commit

Permalink
docs: update deploy guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed Apr 21, 2023
1 parent f47221b commit 3e07cbf
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@

Publishing [@kenrick95/c4](https://www.npmjs.com/package/@kenrick95/c4)

```
yarn workspace @kenrick95/c4 run build
yarn workspace @kenrick95/c4 publish
```
1. Bump version

```
yarn workspace @kenrick95/c4 version <major|minor|patch>
```
2. Commit + tag
```
git commit -m "vx.x.x"
git tag vx.x.x
```
3. Publish to npm
```
yarn workspace @kenrick95/c4 npm publish
```

0 comments on commit 3e07cbf

Please sign in to comment.