u
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@ IF "%1" == "" echo Using current folder as root folder
|
||||
|
||||
pushd %1
|
||||
for /d %%d in (*) do pushd %%d & (for /d %%d in (*) do if exist %%d/package.json (pushd %%d & echo [ npm booting %%d ... ] & npm run boot & popd)) & popd
|
||||
for /d %%d in (*) do pushd %%d & (for /d %%d in (*) do if exist %%d/package.json (pushd %%d & echo --- npm booting: %%d ... & npm run boot & popd)) & popd
|
||||
popd
|
||||
pause
|
||||
@GOTO END
|
||||
|
||||
Reference in New Issue
Block a user