1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-09 20:22:45 +01:00

Update update-npm.bat

This commit is contained in:
Stylix58 2021-05-01 18:49:31 +02:00 committed by GitHub
parent fff6dfb4da
commit 5de026e275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
@ECHO off
ECHO Update all dependencies...
cd ..
where /q pnpm
IF ERRORLEVEL 1 (
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && cd %%~fa && npm i