FoundKey/.woodpecker/build.yml
Chloe Kudryavtsev 1506df3b94
Some checks failed
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline failed
chore(ci): add a dedicated build pipeline
2022-07-18 06:45:03 -04:00

25 lines
401 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1 # CI does not need commit history
recursive: true
pipeline:
install:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
- yarn install
build:
when:
event:
- push
- pull_request
image: node:18.6.0
commands:
- yarn build