From 43ac55bf145d2e092956e47bd038aee786a03dd8 Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Tue, 14 Dec 2021 09:34:40 -0800 Subject: [PATCH] Update package.json --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1706e4b..d30c31a 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,12 @@ "description": "", "main": "index.js", "scripts": { - "start": "ts-node src/index.ts", - "test-txs": "ts-node src/tests/testParseTransactions.ts", + "build": "tsc", + "clean": "rm -rf dist", + "prepare": "yarn clean && yarn build", + "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1", - "format": "prettier --check ." + "noop": "" }, "repository": "https://github.com/blockworks-foundation/mango-transaction-scraper-v3", "author": "Nicholas Clarke",