add install step to wp
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
mightypanders 2022-02-27 16:27:03 +01:00
parent 373d814a8a
commit cd447b703a
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ pipeline:
build: build:
image: node image: node
commands: commands:
- yarn install
- yarn run clean - yarn run clean