pipeline:
install:
image: node:lts-alpine
commands:
- yarn install
lint:
- yarn lint
build:
- yarn quasar build
branches: [main, develop]