fix: cannot find frontend

pull/740/head
Henrique Dias 2019-05-21 10:59:05 +01:00
parent a52b50b706
commit 68902312cc
1 changed files with 4 additions and 0 deletions

View File

@ -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