|
@@ -8,7 +8,9 @@ COPY . /joystream
|
|
|
RUN yarn install --frozen-lockfile
|
|
|
|
|
|
# ENV NODE_ENV=production
|
|
|
-RUN yarn workspace pioneer build
|
|
|
+# Pioneer is failing to build only on github actions workflow runner
|
|
|
+# Error: packages/page-staking/src/index.tsx(24,21): error TS2307: Cannot find module './Targets' or its corresponding type declarations.
|
|
|
+# RUN yarn workspace pioneer build
|
|
|
RUN yarn workspace @joystream/cli build
|
|
|
RUN yarn workspace storage-node build
|
|
|
|