chore: miscellaneous fixes

This commit is contained in:
sepehr 2026-01-11 23:26:55 +01:00
parent 1678bcaced
commit bee5234944
3 changed files with 600 additions and 111 deletions

View File

@ -45,7 +45,8 @@
"Skill(bmad:bmm:workflows:sprint-planning)", "Skill(bmad:bmm:workflows:sprint-planning)",
"Bash(done)", "Bash(done)",
"Bash(for:*)", "Bash(for:*)",
"Bash(do echo:*)" "Bash(do echo:*)",
"Bash(chmod:*)"
] ]
} }
} }

View File

@ -8,7 +8,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager # Install dependencies based on the preferred package manager
COPY package.json package-lock.json* ./ COPY package.json package-lock.json* ./
RUN npm ci RUN npm install --legacy-peer-deps
# Rebuild the source code only when needed # Rebuild the source code only when needed
FROM base AS builder FROM base AS builder

File diff suppressed because it is too large Load Diff