fix: api.module.dev (managed output) #2
This commit is contained in:
parent
d824ae38f0
commit
97bb6de0cf
|
@ -33,7 +33,7 @@ class dev{
|
||||||
\exec("npm update");
|
\exec("npm update");
|
||||||
\exec("npm run build", $out_npm);
|
\exec("npm run build", $out_npm);
|
||||||
|
|
||||||
return [ 'stdout' => [ $out_pull, $out_update ] ];
|
return [ 'stdout' => [ $out_pull, $out_npm ] ];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue