3 lines
142 B
PowerShell
3 lines
142 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
& (Join-Path $PSScriptRoot 'composer-run-command.ps1') -Command install -Arguments @('--optimize-autoloader')
|