File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ docker-musl:
9494
9595setup-playwright :
9696 FROM mcr.microsoft.com/playwright:v1.44.1-jammy
97- RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION= 9.3.0 sh -
97+ RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION= 9.3.0 ENV= "$HOME/.shrc" SHELL= "$(which sh)" sh -
98+ ENV PATH= "/root/.local/share/pnpm:$PATH"
9899 RUN apt update && apt install -y zip
99100 RUN pnpx playwright install --with-deps
100101 RUN npm install -g netlify-cli
Original file line number Diff line number Diff line change 1010 BUILD +typedoc
1111
1212deps :
13- RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION= 9.3.0 sh -
13+ RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION= 9.3.0 ENV= "$HOME/.shrc" SHELL= "$(which sh)" sh -
14+ ENV PATH= "/root/.local/share/pnpm:$PATH"
1415 COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .
1516 COPY data-browser/package.json data-browser/.
1617 COPY lib/package.json lib/.
You can’t perform that action at this time.
0 commit comments