Except this time we need to install node modules
parent
9b9a9e8ce1
commit
fb37fb9e71
|
@ -4,10 +4,12 @@ stages:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script: |
|
||||||
- yarn lint
|
yarn install
|
||||||
|
yarn lint
|
||||||
|
|
||||||
tsc:
|
tsc:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script: |
|
||||||
- tsc -p tsconfig.json -noEmit
|
yarn install
|
||||||
|
tsc -p tsconfig.json -noEmit
|
Loading…
Reference in New Issue