File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ RUN mkdir -p \
90
90
packages/ipc \
91
91
packages/telemetry \
92
92
packages/types \
93
+ packages/cloud \
93
94
src \
94
95
webview-ui
95
96
@@ -104,6 +105,7 @@ COPY ./packages/evals/package.json ./packages/evals/
104
105
COPY ./packages/ipc/package.json ./packages/ipc/
105
106
COPY ./packages/telemetry/package.json ./packages/telemetry/
106
107
COPY ./packages/types/package.json ./packages/types/
108
+ COPY ./packages/cloud/package.json ./packages/cloud/
107
109
COPY ./src/package.json ./src/
108
110
COPY ./webview-ui/package.json ./webview-ui/
109
111
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ RUN mkdir -p \
31
31
packages/config-typescript \
32
32
packages/evals \
33
33
packages/ipc \
34
- packages/types
34
+ packages/types \
35
+ packages/cloud
35
36
36
37
COPY ./package.json ./
37
38
COPY ./pnpm-lock.yaml ./
@@ -43,6 +44,7 @@ COPY ./packages/config-typescript/package.json ./packages/config-typescript/
43
44
COPY ./packages/evals/package.json ./packages/evals/
44
45
COPY ./packages/ipc/package.json ./packages/ipc/
45
46
COPY ./packages/types/package.json ./packages/types/
47
+ COPY ./packages/cloud/package.json ./packages/cloud/
46
48
47
49
RUN pnpm install
48
50
You can’t perform that action at this time.
0 commit comments