Commit e3b038a
authored
fix: 🐛 post-copy tasks should run in sequence, not be dependent (#134)
# Description
The use of `&&` means "only run next if the current succeeds. But we
don't really want that, we want them to run, regardless of if the
previous ran.
This PR needs a quick review.
## Checklist
- [x] Ran `just run-all`1 parent 56879ad commit e3b038a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments