1
0
Fork 0
refactor/models
Bsian 2019-12-17 00:10:34 +00:00
parent 996e8a520b
commit fbe76e1a98
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ stages:
typescript_build: typescript_build:
stage: build stage: 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 - tsc -p ./tsconfig.json