@ -0,0 +1,7 @@
pipeline:
build:
image: node:16-alpine
commands:
- npm install -g yarn
- yarn test
- make build