chore: miscellaneous fixes
This commit is contained in:
parent
1678bcaced
commit
bee5234944
@ -45,7 +45,8 @@
|
||||
"Skill(bmad:bmm:workflows:sprint-planning)",
|
||||
"Bash(done)",
|
||||
"Bash(for:*)",
|
||||
"Bash(do echo:*)"
|
||||
"Bash(do echo:*)",
|
||||
"Bash(chmod:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@ WORKDIR /app
|
||||
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# Rebuild the source code only when needed
|
||||
FROM base AS builder
|
||||
|
||||
706
keep-notes/package-lock.json
generated
706
keep-notes/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user