1
0
Fork 0

Remove trace res

refactor/models
Bsian 2020-05-04 13:08:21 +01:00
parent 1b9d3c56f1
commit 9f4a7fcff7
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ typescript_build:
script: script:
- cp ../config.json ./src/config.json - cp ../config.json ./src/config.json
- yarn install --ignore-engines - yarn install --ignore-engines
- tsc -p ./tsconfig.json --traceResolution - tsc -p ./tsconfig.json
lint: lint:
stage: test stage: test