woodpecker-test/.woodpecker.yml
jusax23 1c2c7c705f
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
test2
2022-11-06 20:58:20 +01:00

9 lines
No EOL
265 B
YAML

# .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