forked from engineering/cloudservices
CI fix
parent
532dbcc320
commit
996e8a520b
|
@ -5,6 +5,7 @@ stages:
|
|||
typescript_build:
|
||||
stage: build
|
||||
script:
|
||||
- cp ../../config.json ./src/config.json
|
||||
- yarn install --ignore-engines
|
||||
- tsc -p ./tsconfig.json
|
||||
|
||||
|
|
Loading…
Reference in New Issue