fix: regenerate package-lock.json with cross-platform deps

This commit is contained in:
dayuan.jiang
2025-12-29 14:26:50 +09:00
parent 76c0308ceb
commit 950a8754fa
3 changed files with 3028 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Type check
run: npx tsc --noEmit

View File

@@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json* ./
# Install dependencies
RUN npm ci
RUN npm install
# Stage 2: Build application
FROM node:24-alpine AS builder

3027
package-lock.json generated

File diff suppressed because it is too large Load Diff