Skip to content

Commit

Permalink
docs: Update publish readme posibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Howard committed Sep 16, 2021
1 parent eb14149 commit f18edf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ export default class Widget extends React.Component {
}
```

## Publishing

- `yarn` Install dependencies
- `yarn test` Run tests
- `yarn build` Build for production
- `npm version [patch|minor|major]` Increment version
- `npm publish` Publish to npm
## Other Uses

### React Native
Expand Down

0 comments on commit f18edf7

Please sign in to comment.