rename targetDir to targetFolder in deploy config
This commit is contained in:
@@ -32,7 +32,7 @@ echo *** Starting from [%CD%] ***
|
||||
echo;
|
||||
|
||||
for /d /r %%r in (*) do (
|
||||
echo "%%r" | findstr "node_modules" >NUL && ( echo; ) || (
|
||||
echo "%%r" | findstr "node_modules" >NUL || (
|
||||
if exist "%%r\.git" (
|
||||
pushd "%%r"
|
||||
echo ---- git pulling [%%r] ----
|
||||
|
||||
Reference in New Issue
Block a user