Skip to content

Commit ff01ff0

Browse files
committed
trying to fix dev docker img
1 parent 68bc974 commit ff01ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cubejs-docker/dev.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ COPY packages/cubejs-client-ngx/ packages/cubejs-client-ngx/
166166
COPY packages/cubejs-client-ws-transport/ packages/cubejs-client-ws-transport/
167167
COPY packages/cubejs-playground/ packages/cubejs-playground/
168168

169-
RUN yarn build
169+
RUN yarn run build
170+
RUN yarn run tsc
170171
RUN yarn lerna run build
171172

172173
RUN find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +

0 commit comments

Comments
 (0)