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 9af44f8 commit 71f0eb9Copy full SHA for 71f0eb9
Dockerfile
@@ -50,7 +50,7 @@ COPY .yarn .yarn
50
COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./
51
52
FROM nodejs-builder as cardano-services-builder
53
-RUN yarn --immutable --inline-builds
+RUN yarn --immutable --inline-builds --mode=skip-build
54
COPY packages packages
55
RUN \
56
echo "export const unused = 'unused';" > packages/e2e/src/index.ts &&\
0 commit comments