From dcaee59b520974c0927ae821972040c9b803b747 Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Mon, 17 Jun 2024 17:18:48 +0200 Subject: [PATCH] add uniprot run command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"