From 54786fb07ae04ec33c7e71561cdfaab9d9c93072 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Mon, 7 Nov 2022 19:28:07 +0100 Subject: [PATCH] build --- .woodpecker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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