forked from engineering/cloudservices
Trying to fix something with the CI?
parent
810ad6e7be
commit
e6b1818222
|
@ -1,19 +1,19 @@
|
|||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
typescript_build:
|
||||
stage: build
|
||||
script:
|
||||
- cp ../config.json ./src/config.json
|
||||
- yarn install --ignore-engines
|
||||
- tsc -p ./tsconfig.json
|
||||
|
||||
lint:
|
||||
stage: test
|
||||
before_script:
|
||||
- cp ../config.json ./src/config.json
|
||||
- yarn install --ignore-engines
|
||||
script:
|
||||
- yarn run lint-find
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
typescript_build:
|
||||
stage: build
|
||||
script:
|
||||
- cp ../config.json ./src/config.json
|
||||
- yarn install --ignore-engines
|
||||
- tsc -p ./tsconfig.json --traceResolution
|
||||
|
||||
lint:
|
||||
stage: test
|
||||
before_script:
|
||||
- cp ../config.json ./src/config.json
|
||||
- yarn install --ignore-engines
|
||||
script:
|
||||
- yarn run lint-find
|
||||
|
||||
|
|
Loading…
Reference in New Issue