CG-Feedback-Monitor/build.bat
2026-07-02 10:10:06 +02:00

5 lines
121 B
Batchfile

@echo off
cd /d C:\dev\AssigmentMonitor
npm run build > build_log.txt 2>&1
echo Exit code: %ERRORLEVEL% >> build_log.txt