fix(ci): regenerate lockfile and relax frozen-lockfile for Docker
This commit is contained in:
@@ -25,7 +25,7 @@ RUN corepack enable
|
||||
COPY package.json pnpm-lock.yaml* .npmrc ./
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm install --no-frozen-lockfile
|
||||
|
||||
# Copy local files
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user