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