mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2026-05-25 14:14:51 +00:00
3 lines
124 B
Batchfile
3 lines
124 B
Batchfile
@ECHO off
|
|
ECHO Update for PNPM...
|
|
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && cd %%~fa && pnpm i |