Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Dec 30, 2024
1 parent e35f027 commit 14cc285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,10 @@ This monorepo uses [changeset](https://github.com/changesets/changesets) to mana
2. Bump version: `npx changeset version`
3. Publish `npx changeset publish --tag <VERSION> --otp <NPM_OTP>`

The latter can be run as

```bash
npm run publish v2.0 --otp 123456
```

> Note: Only with a valid npm OTP token
1 change: 0 additions & 1 deletion package.json5 → package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"compile": "turbo run compile",
"bundle": "turbo run bundle",
"doc": "typedoc",
// call this like npm run publish 2.0 --otp 123456
"publish": "turbo run compile test bundle && changeset publish --tag",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
Expand Down

0 comments on commit 14cc285

Please sign in to comment.