bugfix: reorder frontend/backend pipelines
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
b873ed7d43
commit
ba9dd785ca
@ -1,10 +1,10 @@
|
||||
pipeline:
|
||||
backend:
|
||||
image: golang
|
||||
commands:
|
||||
- make build-server
|
||||
frontend:
|
||||
image: node
|
||||
commands:
|
||||
- cd client && yarn install
|
||||
- cd client && yarn generate
|
||||
backend:
|
||||
image: golang
|
||||
commands:
|
||||
- make -C server build
|
||||
|
Loading…
Reference in New Issue
Block a user