Add install to pipeline

This commit is contained in:
Paulo Gustavo Veiga 2022-01-30 16:10:00 -08:00
parent 391974e727
commit defc7cd140

View File

@ -17,6 +17,7 @@ pipelines:
- cypress - cypress
script: script:
- export CYPRESS_imageSnaphots="true" - export CYPRESS_imageSnaphots="true"
- yarn install
- yarn bootstrap - yarn bootstrap
- yarn build - yarn build
- yarn lint - yarn lint