From 2d2c57946fbe895951bd3ae73c79cce32a4222fc Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 22 Oct 2025 12:43:14 +0200 Subject: [PATCH] update dependency installation command in meet.sh to allow updates --- meet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meet.sh b/meet.sh index 1702f0c..19a6285 100755 --- a/meet.sh +++ b/meet.sh @@ -153,7 +153,7 @@ install_dependencies() { check_pnpm echo -e "${BLUE}Installing dependencies...${NC}" - pnpm install --frozen-lockfile + pnpm install } # Build typings