From 992931c7ae37a44cc622c6d3c42aa04ac71d9c49 Mon Sep 17 00:00:00 2001 From: donbot Date: Tue, 31 Mar 2020 18:40:55 +0300 Subject: [PATCH] chore: revert back dump test command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ac9284..9e923e2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "build": "rm -rf dist && tsc -p tsconfig.json", "precommit": "lint-staged", "prepublish:npm": "npm run build", - "publish:npm": "npm publish --access public" + "publish:npm": "npm publish --access public", + "test": "" }, "dependencies": { "telegraf": "3.37.0"