From a28f353a64c24df5cf29d4167429d27f88c94502 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jan 2018 10:33:50 +0100 Subject: Fix lint --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index f24aac885..e03f1072d 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -25,5 +25,5 @@ elif [ "$1" = "lint" ]; then npm run lint || exit -1 cd .. || exit -1 - npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1 + npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1 fi -- cgit v1.2.3