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 c1cbb46 commit 2d5f58fCopy full SHA for 2d5f58f
build/Containerfile
@@ -30,7 +30,7 @@ COPY vite*.ts /opt/app-root/extension-source/
30
31
# refresh dependencies (if needed)
32
# and build the extension
33
-RUN pnpm --frozen-lockfile install && \
+RUN pnpm install && \
34
pnpm build
35
36
# copy output of the build + required files
0 commit comments