diff --git a/.woodpecker.yml b/.woodpecker.yml index cff8e0d..d142d05 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,9 @@ pipeline: build: image: debian commands: - - touch lol.txt - - ls -l + - npm ci + - mkdir build + - esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build + - ls build when: branch: master \ No newline at end of file