test
This commit is contained in:
parent
1c2c7c705f
commit
e186a1d0d5
1 changed files with 2 additions and 5 deletions
|
@ -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
|
|
Loading…
Reference in a new issue