update pnpm install command in prepare-ci-build.sh to use --no-frozen-lockfile option

This commit is contained in:
Carlos Santos 2025-10-23 19:59:05 +02:00
parent 63dfc43a46
commit face9218ae

View File

@ -200,7 +200,7 @@ echo ""
# Step 4: Install all dependencies
echo -e "${YELLOW}[4/4] Installing all dependencies...${NC}"
pnpm install --recursive
pnpm install --no-frozen-lockfile
echo -e "${GREEN}✓ All dependencies installed${NC}"
echo ""