@echo off setlocal set "ROOT=%~dp0" cd /d "%ROOT%SproutWorkCollect-Frontend" npm install npm run build endlocal