From a20e4d3ea4164989f94176eb8b57ded5dd67616f Mon Sep 17 00:00:00 2001 From: jusax23 Date: Sun, 6 Nov 2022 20:57:08 +0100 Subject: [PATCH] test --- .woodpecker.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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