Compare commits

...

2 Commits

3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN corepack enable
FROM base AS deps
COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile
FROM base AS builder
-5
View File
@@ -28,10 +28,5 @@
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.1.7"
},
"pnpm": {
"onlyBuiltDependencies": [
"unrs-resolver"
]
}
}
+2
View File
@@ -0,0 +1,2 @@
onlyBuiltDependencies:
- unrs-resolver