Probar CI
This commit is contained in:
parent
3966d2e36d
commit
9312a0dc82
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- npm i -g pnpm
|
||||
- pnpm install
|
||||
- pnpm run build
|
Loading…
Reference in a new issue