Skip to content

Commit

Permalink
feat: npm run update-table script
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and hacdias committed Jul 21, 2020
1 parent dca2283 commit a3811fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Updating the lookup table is done with a script. The source of truth is the
[multicodec default table](https://github.com/multiformats/multicodec/blob/master/table.csv).
Update the table with running:

node ./tools/update-table.js
npm run update-table

## Contribute

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"release-minor": "aegir release --type minor",
"release-major": "aegir release --type major",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls"
"coverage-publish": "aegir coverage --provider coveralls",
"update-table": "node tools/update-table.js"
},
"pre-push": [
"lint",
Expand Down

0 comments on commit a3811fb

Please sign in to comment.