Skip to content

Commit

Permalink
add uniprot run command
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jun 17, 2024
1 parent bff18e9 commit dcaee59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"uniprot": "./bin/uniprot.js"
},
"scripts": {
"build": "yarn run tsc"
"build": "yarn run tsc",
"uniprot": "yarn run tsx bin/uniprot.ts"
},
"dependencies": {
"commander": "^12.1.0"
Expand Down

0 comments on commit dcaee59

Please sign in to comment.