diff --git a/.drone.yml b/.drone.yml index 31563c3..52b8670 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,6 @@ pipeline: build: image: node:16-alpine commands: + - yarn install - yarn test - make build