This commit is contained in:
parent
cb9de981bb
commit
4d07cfac76
1 changed files with 13 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
pipeline:
|
||||
install:
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
build:
|
||||
image: node
|
||||
commands:
|
||||
- npm run build
|
||||
lint:
|
||||
image: node
|
||||
commands:
|
||||
- npm run lint
|
Loading…
Reference in a new issue