Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from guardian/tw-update-readme-for-publishing
Browse files Browse the repository at this point in the history
Add publishing to NPM instructions to README
  • Loading branch information
oliverlloyd authored Jan 19, 2021
2 parents 19175c7 + 284c78d commit d5474b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ $ yarn add -D @guardian/types
```
$ npm test
```

### Publish to NPM

We use the [np library](https://github.com/sindresorhus/np) to publish.

```
$ npm run release
```

0 comments on commit d5474b6

Please sign in to comment.