diff --git a/.drone.yml b/.drone.yml index 15b7dea..10dff6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: - name: build-docs image: node:21-alpine3.18 commands: + - yarn install --frozen-lockfile - yarn build - name: deploy-site