# .woodpecker.yml pipeline: build: image: node:16-alpine commands: - npm ci - mkdir build - npm run build - ls build when: branch: master