test
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
jusax23 2022-11-06 20:57:08 +01:00
parent 680d91526f
commit a20e4d3ea4

View file

@ -3,8 +3,7 @@ pipeline:
build:
image: node:18
commands:
- touch myfile
a-test-step:
image: debian
commands:
- cat myfile
- 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