fix: cannot find frontend
parent
a52b50b706
commit
68902312cc
|
@ -40,6 +40,10 @@ jobs:
|
|||
command: |
|
||||
rm -rf frontend/build
|
||||
git checkout -- go.sum # TODO: why is it being changed?
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
- '*'
|
||||
release:
|
||||
docker:
|
||||
- image: circleci/golang:1.12
|
||||
|
|
Loading…
Reference in New Issue