Include previous steps
This commit is contained in:
parent
04aff8fb1d
commit
3b6bfc639a
4 changed files with 48 additions and 16 deletions
8
.woodpecker/build.yaml
Normal file
8
.woodpecker/build.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
when:
|
||||
- event: push
|
||||
|
||||
steps:
|
||||
- image: node:lts
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue