woodpecker-test/.woodpecker.yml

9 lines
258 B
YAML
Raw Normal View History

2022-11-06 20:48:20 +01:00
# .woodpecker.yml
pipeline:
build:
image: node:18
commands:
2022-11-06 20:57:08 +01:00
- 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