Commit 9578b3d
committed
🤖 Fix: Remove build dependency from arch-specific targets
dist-mac already depends on build, so dist-mac-x64/arm64 don't need it.
This prevents building 3 times (once for dist-mac, twice in parallel
for the arch targets) which would race writing to dist/.1 parent f15de18 commit 9578b3d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments