Probar CI

This commit is contained in:
Nulo 2021-07-06 19:42:59 +00:00
parent 3966d2e36d
commit 9312a0dc82

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
build:
image: node:14-alpine
commands:
- npm i -g pnpm
- pnpm install
- pnpm run build