Skip to content

Commit

Permalink
Update setup-ce.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag authored May 18, 2024
1 parent ac61cb6 commit f86f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-ce.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $cmd = {
}
}

Start-Job -ScriptBlock $cmd
Start-ThreadJob -ScriptBlock $cmd
cd $pwd/compiler-explorer
npm install
npm install webpack -g
Expand Down

0 comments on commit f86f350

Please sign in to comment.