Skip to content

Commit

Permalink
Remove build dir before building for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Sep 25, 2023
1 parent cee0f6d commit a488bc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Upload
run: gsutil -m rsync -r -d ./build gs://spacemesh-explorer

- name: Remove build dir
run: |
rm -rf ./build
- name: Build dev
env:
REACT_APP_DISCOVERY_SERVICE_URL: https://configs.spacemesh.network/networks-dev.json
Expand Down

0 comments on commit a488bc2

Please sign in to comment.