Skip to content

Commit 3c61917

Browse files
committed
Allow exotic subdeps in angular test
Needed to support patched AU version
1 parent 14b61fa commit 3c61917

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

embeddable-say-editor/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LABEL maintainer="info@redpencil.io"
66
# Do pnpm installs first to allow for caching
77
WORKDIR /app
88
RUN npm i -g corepack@0.31
9+
# Allow weird patched AU subdep for this test, but don't leave it always on
10+
RUN echo "blockExoticSubdeps: false" >> pnpm-workspace.yaml
911
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1012
COPY patches/ patches/
1113
COPY embeddable-say-editor/package.json embeddable-say-editor/

0 commit comments

Comments
 (0)