This commit is contained in:
jusax23 2022-11-07 13:00:43 +01:00
parent 1c2c7c705f
commit e186a1d0d5

View file

@ -1,9 +1,6 @@
# .woodpecker.yml
pipeline:
build:
image: node:16-alpine
image: debian
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
- ls -l