File tree Expand file tree Collapse file tree 3 files changed +310
-81
lines changed
Expand file tree Collapse file tree 3 files changed +310
-81
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:22-alpine AS installer
22RUN corepack enable && corepack prepare
[email protected] --activate
33WORKDIR /usr/src/app
44COPY package.json pnpm-lock.yaml ./
5- RUN pnpm install --frozen-lockfile -P
5+ RUN pnpm install --frozen-lockfile --no-optional
66COPY . .
77
88FROM installer AS builder
Original file line number Diff line number Diff line change 6666 "@eslint/json" : " 0.6.0" ,
6767 "@eslint/markdown" : " 6.2.1" ,
6868 "@github/local-action" : " 2.2.0" ,
69- "@tid-xcut/markdown-confluence-sync" : " 1.1.0" ,
7069 "@types/jest" : " 29.5.14" ,
7170 "@types/node" : " 22.9.0" ,
7271 "@typescript-eslint/eslint-plugin" : " 8.14.0" ,
9089 "ts-jest" : " 29.2.5" ,
9190 "typescript" : " 5.6.3"
9291 },
92+ "optionalDependencies" : {
93+ "@tid-xcut/markdown-confluence-sync" : " 1.1.0"
94+ },
9395 "files" : [
9496 " dist" ,
9597 " bin"
You can’t perform that action at this time.
0 commit comments