mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-04-14 05:15:49 +00:00
4 lines
132 B
Batchfile
4 lines
132 B
Batchfile
@ECHO off
|
|
ECHO Update all dependencies...
|
|
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && cd %%~fa && npm i
|