Skip to content

Commit

Permalink
chore: import #1024 from master
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Dec 14, 2023
1 parent 9af44f8 commit 71f0eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY .yarn .yarn
COPY .eslintrc.js .prettierrc .yarnrc.yml complete.eslintrc.js eslint.tsconfig.json package.json tsconfig.json yarn.lock yarn-project.nix ./

FROM nodejs-builder as cardano-services-builder
RUN yarn --immutable --inline-builds
RUN yarn --immutable --inline-builds --mode=skip-build
COPY packages packages
RUN \
echo "export const unused = 'unused';" > packages/e2e/src/index.ts &&\
Expand Down

0 comments on commit 71f0eb9

Please sign in to comment.