4 lines
182 B
PowerShell
4 lines
182 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 run build
|