diff --git a/.drone.yml b/.drone.yml index 0e03a81..80802fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - name: build image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67 commands: + - cd ~/docs - npm install --only=production - npm run build trigger: