# .woodpecker.yml pipeline: build: image: debian commands: - npm ci - mkdir build - esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build - ls build when: branch: master