default: image: node:15-alpine before_script: - yarn install build: script: - yarn build lint: script: - yarn lint