chore(templates): update modules to latest commits

This commit is contained in:
Splitter
2025-11-30 08:55:00 +00:00
parent 664135b288
commit a6a2fe83bd
18 changed files with 409 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ jobs:
# Install Tailwind CLI if package.json exists
if [ -f "package.json" ]; then
echo "Installing Tailwind dependencies..."
pnpm install || npm install
pnpm install --no-frozen-lockfile || npm install
fi
- name: Setup Hugo