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