update pnpm install command in prepare-ci-build.sh to use --no-frozen-lockfile option
This commit is contained in:
parent
63dfc43a46
commit
face9218ae
@ -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 ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user