diff --git a/package.json b/package.json index 94cac332..74077291 100644 --- a/package.json +++ b/package.json @@ -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"