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