Skip to content

Commit b1f1e8e

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

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
@@ -9,6 +9,8 @@ RUN npm i -g corepack@0.31
99
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1010
COPY patches/ patches/
1111
COPY embeddable-say-editor/package.json embeddable-say-editor/
12+
# Allow weird patched AU subdep for this test, but don't leave it always on
13+
RUN echo "blockExoticSubdeps: false" >> pnpm-workspace.yaml
1214
RUN pnpm i --frozen-lockfile
1315
COPY . .
1416

0 commit comments

Comments
 (0)