We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b61fa commit b1f1e8eCopy full SHA for b1f1e8e
1 file changed
embeddable-say-editor/Dockerfile
@@ -9,6 +9,8 @@ RUN npm i -g corepack@0.31
9
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
10
COPY patches/ patches/
11
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
14
RUN pnpm i --frozen-lockfile
15
COPY . .
16
0 commit comments