This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Commit e2fd78b
authored
fix(install): fix incorrect concurrency option when creating a dev install (#15)
Creating a development install would result in an error because the dashes of the concurrency option that is passed through npm to lerna was missing the two dashes.
This bug was introduced in a refactoring in a593c42.1 parent 9d21ec6 commit e2fd78b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
0 commit comments