Skip to content
Snippets Groups Projects
Commit 53d06ef1 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Default packages are installed globally to make them available without a need...

Default packages are installed globally to make them available without a need to local installation (especially important for Typescript)
parent 13a27890
No related branches found
No related tags found
No related merge requests found
Pipeline #99967 failed
......@@ -47,7 +47,7 @@ RUN source "${EMSDK}/emsdk_env.sh" && \
corepack enable pnpm && \
corepack install -g pnpm@9.1.1 && \
pnpm config set store-dir ${PNPM_HOME}/preinstalled-store --global && \
pnpm add \
pnpm add -g \
playwright@~1.39.0 \
@playwright/test@~1.39.0 \
ts-proto@~1.158.0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment