Commit 3e81771
authored
fix: remove datadir before devnet run (lambdaclass#379)
## 🗒️ Description / Motivation
Running `make run-devnet` more than once results in errors due to
another database already existing. This can be solved by deleting the
whole datadir after a devnet run.
## What Changed
A step deleting `lean-quickstart/local-devnet/data/` was added to the
`run-devnet` make target.1 parent a854b5e commit 3e81771
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments