chore: revert back dump test command

This commit is contained in:
donbot 2020-03-31 18:40:55 +03:00
parent 12aaadf6ab
commit 992931c7ae

View File

@ -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"