Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burkmarr committed Nov 14, 2024
1 parent 533399e commit 072da99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ There are a couple of utility scripts in the `scripts` folder for manipulating g
- `npm test`
- `npm run build`
- `npm run docs`
- Git add any new files, e.g. `git add *`
- Git commit all changes, e.g. `git commit -a`
- `git push`
- `npm login` (if publishing to Node)
- `npm publish` (if publishing to Node)
- Git commit all changes
- `git push`

Because this is a published Node package the CDN https://unpkg.com/brc-atlas-bigr@version/dist/bigr.min.umd.js is automatically maintained with 'version' being replaced by the npm package version number when published.
### Rollup
Expand Down

0 comments on commit 072da99

Please sign in to comment.