Skip to content

Commit c08b014

Browse files
committed
wip
1 parent 77a2484 commit c08b014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/AssetCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ protected function addScriptsToNpmPackage()
149149
*/
150150
protected function installNpmDependencies()
151151
{
152-
$this->runProcess('npm set progress=false && npm install', $this->assetPath());
152+
$this->runProcess('npm set progress=false', $this->assetPath());
153+
$this->runProcess('npm install', $this->assetPath());
153154
}
154155

155156
/**

0 commit comments

Comments
 (0)