From e52587feb445031c07b26a904dad020081979c88 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Wed, 17 Apr 2019 11:36:06 -0700 Subject: [PATCH] fix: run type check on push & pull --- .travis.yml | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0cf281..59af74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ jobs: - npx aegir commitlint --travis - npx aegir dep-check - npm run lint + - npm run check - stage: test name: chrome diff --git a/package.json b/package.json index 2bddb57..5da4106 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ }, "pre-push": [ "lint", - "test" + "test", + "check" ], "repository": { "type": "git",