# .woodpecker.yml pipeline: build: image: node:16-alpine commands: - npm install - mkdir build - esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build/ --sourcemap - ls -l build