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