Probar CI

This commit is contained in:
Nulo 2021-07-06 19:42:59 +00:00
parent 3966d2e36d
commit 9312a0dc82
1 changed files with 7 additions and 0 deletions

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