We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bc974 commit ff01ff0Copy full SHA for ff01ff0
packages/cubejs-docker/dev.Dockerfile
@@ -166,7 +166,8 @@ COPY packages/cubejs-client-ngx/ packages/cubejs-client-ngx/
166
COPY packages/cubejs-client-ws-transport/ packages/cubejs-client-ws-transport/
167
COPY packages/cubejs-playground/ packages/cubejs-playground/
168
169
-RUN yarn build
+RUN yarn run build
170
+RUN yarn run tsc
171
RUN yarn lerna run build
172
173
RUN find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
0 commit comments