mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Appeasing the mighty linter
This commit is contained in:
parent
6e13c7b4ff
commit
c4d20a1560
@ -171,13 +171,15 @@ class MixInstall extends Command
|
||||
&& !in_array($packagePath, $ignoredPackages)
|
||||
) {
|
||||
if (
|
||||
$this->confirm(sprintf(
|
||||
"Detected %s (%s), should it be added to your package.json?",
|
||||
$name,
|
||||
$packagePath
|
||||
),
|
||||
true
|
||||
)) {
|
||||
$this->confirm(
|
||||
sprintf(
|
||||
"Detected %s (%s), should it be added to your package.json?",
|
||||
$name,
|
||||
$packagePath
|
||||
),
|
||||
true
|
||||
)
|
||||
) {
|
||||
$workspacesPackages[] = $packagePath;
|
||||
$this->info(sprintf(
|
||||
'Adding %s (%s) to the workspaces.packages property in package.json',
|
||||
|
Loading…
x
Reference in New Issue
Block a user