initial commit
This commit is contained in:
10
FrontEnd/build.bat
Normal file
10
FrontEnd/build.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
echo Building Frontend...
|
||||
call npm run build
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
echo Build Failed!
|
||||
pause
|
||||
exit /b %ERRORLEVEL%
|
||||
)
|
||||
echo Build Success!
|
||||
pause
|
||||
Reference in New Issue
Block a user