More correction to woodpecker yml
This commit is contained in:
parent
060ad19877
commit
d83ac1e730
@ -3,8 +3,16 @@ steps:
|
||||
image: node:20.19-alpine
|
||||
commands:
|
||||
- npm install
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
build:
|
||||
image: node:20.19-alpine
|
||||
commands:
|
||||
- npm run build
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user