# Publishing

To publish a new build:

```bash
npm login
# Make sure your code is in the state you want it.
npm run build
npm run publish
```
