diff --git a/.woodpecker.yml b/.woodpecker.yml index aee147b..57d950e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,7 @@ pipeline: build: image: node:18 commands: - - touch myfile - a-test-step: - image: debian - commands: - - cat myfile \ No newline at end of file + - 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 \ No newline at end of file