4 lines
115 B
Batchfile
4 lines
115 B
Batchfile
|
|
@echo off
|
||
|
|
call npm run build
|
||
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
||
|
|
scp -r dist\. jake@realrobots.net:~/blocks/
|