pipeline:
install:
image: 'node:17.3.0'
commands:
- yarn install
# - yarn run lint
test:
comands:
# Lint the code
# Make sure the project can be built
- yarn run build