Commit 4915377
authored
🏎️ make: Fix prettier installation race (#463)
Targets `docs`, `learn` and `labs` all use prettier which gets installed with
npx --prefix $(NODEPREFIX) -y prettier # ...
Occasionally this seems to fail on CI when run concurrently. Fix by adding an
explicit dependency and prettier installation and a `.WAIT`.
Pull-request: #4631 parent 2fda484 commit 4915377
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments