update dependency installation command in meet.sh to allow updates

This commit is contained in:
Carlos Santos 2025-10-22 12:43:14 +02:00
parent 42796a4ee7
commit 2d2c57946f

View File

@ -153,7 +153,7 @@ install_dependencies() {
check_pnpm check_pnpm
echo -e "${BLUE}Installing dependencies...${NC}" echo -e "${BLUE}Installing dependencies...${NC}"
pnpm install --frozen-lockfile pnpm install
} }
# Build typings # Build typings