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
|
||||
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
|
Loading…
Reference in a new issue