Files
pom-omp/scripts/install.ps1

6 lines
167 B
PowerShell

$ErrorActionPreference = "Stop"
npm install
npm run verify
omp plugin link .
Write-Host "POM linked. Restart OMP or run /reload-plugins, then run /pom theme install."