Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-hadad committed Sep 8, 2020
1 parent 77a2484 commit c08b014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/AssetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ protected function addScriptsToNpmPackage()
*/
protected function installNpmDependencies()
{
$this->runProcess('npm set progress=false && npm install', $this->assetPath());
$this->runProcess('npm set progress=false', $this->assetPath());
$this->runProcess('npm install', $this->assetPath());
}

/**
Expand Down

0 comments on commit c08b014

Please sign in to comment.