Skip to content

Commit

Permalink
docs: add publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Jan 3, 2024
1 parent d94fc2c commit b1ca87f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ArtusX

> Monorepo for Artusx.
> Monorepo for ArtusX.
## Usage

Expand All @@ -15,3 +15,16 @@ install deps
```bash
rush update
```

publish to npm.js

```bash
# export npm auth token
export NPM_AUTH_TOKEN={NPM_AUTH_TOKEN}

# update version
rush version --bump

# publish to npm.js
rush publish --include-all --publish
```

0 comments on commit b1ca87f

Please sign in to comment.