From 9f4a7fcff7af2a311b22cbd814aaaae8550e3bcf Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 4 May 2020 13:08:21 +0100 Subject: [PATCH] Remove trace res --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1544f5..a592cac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ typescript_build: script: - cp ../config.json ./src/config.json - yarn install --ignore-engines - - tsc -p ./tsconfig.json --traceResolution + - tsc -p ./tsconfig.json lint: stage: test