4 lines
191 B
PowerShell
4 lines
191 B
PowerShell
$env:PATH = "C:\Users\Abbas\AppData\Local\nodejs-portable\node-v22.14.0-win-x64;" + $env:PATH
|
|
Set-Location "C:\Users\Abbas\Documents\Downloads\ClaudeAuction2\frontend"
|
|
npm test -- --run 2>&1
|