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