From f3d5e493f2dce97acf4770e72b8c100cd74ce6c9 Mon Sep 17 00:00:00 2001 From: bikov Date: Mon, 21 Jan 2019 12:30:31 +0200 Subject: [PATCH] feat: chack ts-lint on ci proccess this is check for the ci/cd proccess BREAKING CHANGE: commit that broke tslint check will fail on travis fix #21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cc42aa..26e405a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tslint-check": "tslint-config-prettier-check ./tslint.json", "semantic-release": "semantic-release", "travis-deploy-once": "travis-deploy-once", - "test": "echo \"not implemented yet\" && exit 0" + "test": "npm run lint" }, "pre-commit": [ "lint:fix"