diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..afe1c37 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: node:14-alpine + commands: + - npm i -g pnpm + - pnpm install + - pnpm run build